Docs: Akka Discovery links to Akka Management (#27824)

This commit is contained in:
Enno 2019-09-30 15:54:33 +02:00 committed by Johan Andrén
parent 8e9ba9e0e7
commit 9b8c72fadd
2 changed files with 21 additions and 9 deletions

View file

@ -18,6 +18,7 @@ object Paradox {
"github.base_url" -> GitHub
.url(version.value), // for links like this: @github[#1](#1) or @github[83986f9](83986f9)
"extref.akka.http.base_url" -> "https://doc.akka.io/docs/akka-http/current/%s",
"extref.akka-management.base_url" -> "https://doc.akka.io/docs/akka-management/current/%s",
"extref.wikipedia.base_url" -> "https://en.wikipedia.org/wiki/%s",
"extref.github.base_url" -> (GitHub.url(version.value) + "/%s"), // for links to our sources
"extref.samples.base_url" -> "https://developer.lightbend.com/start/?group=akka&project=%s",