Skip to content

Fix broken Sonatype links #1980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _overviews/contributors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ This step has to be performed only once per `groupId` you want to have.

### Create a PGP Key Pair

Sonatype [requires](https://central.sonatype.org/pages/requirements.html) that you sign the published files
with PGP. Follow the instructions [here](https://central.sonatype.org/pages/working-with-pgp-signatures.html)
Sonatype [requires](https://central.sonatype.org/publish/requirements) that you sign the published files
with PGP. Follow the instructions [here](https://central.sonatype.org/publish/requirements/gpg)
to generate a key pair and to distribute your public key to a key server.

This step has to be performed only once per person.
Expand All @@ -152,7 +152,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.4")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0")
~~~

And make sure your build fulfills the [Sonatype requirements](https://central.sonatype.org/pages/requirements.html)
And make sure your build fulfills the [Sonatype requirements](https://central.sonatype.org/publish/requirements)
by defining the following settings:

~~~ scala
Expand Down