From 8e02ba33237fbbe86e637ac151a067a827abe860 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 29 Jul 2023 22:14:50 +0100 Subject: [PATCH] fis snapshot repo name --- docs/src/main/paradox/contributing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/main/paradox/contributing.md b/docs/src/main/paradox/contributing.md index 12be79c3c..4ed85eced 100644 --- a/docs/src/main/paradox/contributing.md +++ b/docs/src/main/paradox/contributing.md @@ -10,13 +10,13 @@ For a more detailed description of our process, please refer to the [CONTRIBUTIN Testing snapshot versions can help us find bugs before a release. We publish snapshot versions for every commit to the `main` branch. -The latest published snapshot version can be found in [SonatypeSnapshots]. +The latest published snapshot version can be found in [ApacheSnapshotRepository]. ### Configure repository sbt : ```scala - resolvers += "pekko-http-snapshot-repository" at "https://repository.apache.org/content/repositories/snapshots" + resolvers += "apache-snapshot-repository" at "https://repository.apache.org/content/repositories/snapshots" ``` Maven @@ -25,7 +25,7 @@ Maven ... - pekko-http-snapshots + apache-http-snapshots Pekko HTTP Snapshots https://repository.apache.org/content/repositories/snapshots @@ -43,4 +43,4 @@ Gradle } ``` -[SonatypeSnapshots]: https://repository.apache.org/content/repositories/snapshots/org/apache/pekko/pekko-http-core_2.13/ +[ApacheSnapshotRepository]: https://repository.apache.org/content/repositories/snapshots/org/apache/pekko/pekko-http-core_2.13/