Skip to content

Commit f7a5170

Browse files
committed
Change to Typelevel organization
1 parent 14eaa7c commit f7a5170

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ lazy val mdocSettings = Seq(
221221
.value,
222222
// format: off
223223
ScalaUnidoc / unidoc / scalacOptions ++= Seq(
224-
"-doc-source-url", s"https://github.com/fd4s/vulcan/tree/v${(ThisBuild / latestVersion).value}€{FILE_PATH}.scala",
224+
"-doc-source-url", s"https://github.com/typelevel/vulcan/tree/v${(ThisBuild / latestVersion).value}€{FILE_PATH}.scala",
225225
"-sourcepath", (LocalRootProject / baseDirectory).value.getAbsolutePath,
226226
"-doc-title", "Vulcan",
227227
"-doc-version", s"v${(ThisBuild / latestVersion).value}",
@@ -288,7 +288,7 @@ lazy val publishSettings =
288288
metadataSettings ++ Seq(
289289
Test / publishArtifact := false,
290290
pomIncludeRepository := (_ => false),
291-
homepage := Some(url("https://fd4s.github.io/vulcan")),
291+
homepage := Some(url("https://typelevel.org/vulcan")),
292292
licenses := List("Apache-2.0" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
293293
startYear := Some(2019),
294294
headerLicense := Some(

docs/src/main/mdoc/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To get started with [sbt](https://scala-sbt.org), simply add the following line
2121
libraryDependencies += "@ORGANIZATION@" %% "@CORE_MODULE_NAME@" % "@LATEST_VERSION@"
2222
```
2323

24-
Published for Scala @SCALA_PUBLISH_VERSIONS@. For changes, refer to the [release notes](https://github.com/fd4s/vulcan/releases).
24+
Published for Scala @SCALA_PUBLISH_VERSIONS@. For changes, refer to the [release notes](https://github.com/typelevel/vulcan/releases).
2525

2626
For Scala 2.12, enable partial unification by adding the following line to `build.sbt`.
2727

@@ -61,11 +61,11 @@ libraryDependencies += "@ORGANIZATION@" %% "@REFINED_MODULE_NAME@" % "@LATEST_VE
6161

6262
Following is an incomplete list of third-party integrations.
6363

64-
- [fs2-kafka-vulcan](https://fd4s.github.io/fs2-kafka)
64+
- [fs2-kafka-vulcan](https://typelevel.org/fs2-kafka)
6565

6666
### Signatures
6767

68-
Stable release artifacts are signed with the [`7AD5 92B5 B105 24E3`](https://keys.openpgp.org/search?q=4EA20EFC74E422D0489470997AD592B5B10524E3) key.
68+
Stable release artifacts are signed with the [`14CA 4AC4 FDB0 0D5F`](https://keys.openpgp.org/search?q=598648A65DF64506) key.
6969

7070
### Compatibility
7171

@@ -101,4 +101,4 @@ Library is heavily inspired by ideas from [avro4s](https://github.com/sksamuel/a
101101

102102
## License
103103

104-
Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). Refer to the [license file](https://github.com/fd4s/vulcan/blob/main/license.txt).
104+
Licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html). Refer to the [license file](https://github.com/typelevel/vulcan/blob/main/license.txt).

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Vulcan
22

3-
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/fd4s/vulcan/ci.yml?branch=main)](https://github.com/fd4s/vulcan/actions)
3+
[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/typelevel/vulcan/ci.yml?branch=main)](https://github.com/typelevel/vulcan/actions)
44
[![Discord](https://img.shields.io/discord/632277896739946517?color=5865f2)](https://discord.gg/XF3CXcMzqD)
5-
[![Version](https://img.shields.io/maven-central/v/com.github.fd4s/vulcan_3?label=version&color=orange)](https://index.scala-lang.org/fd4s/vulcan)
5+
[![Version](https://img.shields.io/maven-central/v/com.github.fd4s/vulcan_3?label=version&color=orange)](https://index.scala-lang.org/typelevel/vulcan)
66

77
Functional Avro encodings for Scala using the official Apache Avro library.<br>
8-
Please continue to the [microsite](https://fd4s.github.io/vulcan) for documentation and more information.
8+
Please continue to the [microsite](https://typelevel.org/vulcan) for documentation and more information.

website/pages/en/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class Index extends React.Component {
9595
);
9696

9797
const index =
98-
`[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/fd4s/vulcan/ci.yml?branch=main)](https://github.com/fd4s/vulcan/actions) [![Discord](https://img.shields.io/discord/632277896739946517?color=5865f2)](https://discord.gg/XF3CXcMzqD) [![Version](https://img.shields.io/badge/version-v${latestVersionBadge}-orange.svg)](https://index.scala-lang.org/fd4s/vulcan)
98+
`[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/typelevel/vulcan/ci.yml?branch=main)](https://github.com/typelevel/vulcan/actions) [![Discord](https://img.shields.io/discord/632277896739946517?color=5865f2)](https://discord.gg/XF3CXcMzqD) [![Version](https://img.shields.io/badge/version-v${latestVersionBadge}-orange.svg)](https://index.scala-lang.org/typelevel/vulcan)
9999
100100
Functional Avro encodings for Scala using the official Apache Avro library.<br>
101101
Project is under active development. Feedback and contributions welcome.
@@ -107,7 +107,7 @@ To get started with [sbt](https://scala-sbt.org), simply add the following line
107107
libraryDependencies += "${organization}" %% "${coreModuleName}" % "${latestVersion}"
108108
\`\`\`
109109
110-
Published for Scala ${scalaPublishVersions}. For changes, refer to the [release notes](https://github.com/fd4s/vulcan/releases).
110+
Published for Scala ${scalaPublishVersions}. For changes, refer to the [release notes](https://github.com/typelevel/vulcan/releases).
111111
`.trim();
112112

113113
return (

website/siteConfig.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
const repoUrl = "https://github.com/fd4s/vulcan";
1+
const repoUrl = "https://github.com/typelevel/vulcan";
22

33
const apiUrl = `/vulcan/api/vulcan/index.html`;
44

55
// See https://docusaurus.io/docs/site-config for available options.
66
const siteConfig = {
77
title: "Vulcan",
88
tagline: "Functional Avro for Scala",
9-
url: "https://fd4s.github.io/vulcan",
9+
url: "https://typelevel.org/vulcan",
1010
baseUrl: "/vulcan/",
1111

1212
customDocsPath: "docs/target/mdoc",
1313

1414
projectName: "vulcan",
15-
organizationName: "fd4s",
15+
organizationName: "typelevel",
1616

1717
headerLinks: [
1818
{ href: apiUrl, label: "API Docs" },

0 commit comments

Comments
 (0)