From 940a816e0af0a80e7ee7d375fac03d42a38b5bb5 Mon Sep 17 00:00:00 2001 From: Georgi Krastev Date: Thu, 8 Apr 2021 22:58:03 +0200 Subject: [PATCH] Fix broken Sonatype links --- _overviews/contributors/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_overviews/contributors/index.md b/_overviews/contributors/index.md index 0c6ed3482a..be86ff67d3 100644 --- a/_overviews/contributors/index.md +++ b/_overviews/contributors/index.md @@ -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. @@ -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