Skip to content

Commit

Permalink
Merge pull request akka#22966 from alenkacz/akka-samples-docs
Browse files Browse the repository at this point in the history
akka#22936 Fix akka-samples link in documentation
  • Loading branch information
2m authored May 16, 2017
2 parents 0a171d7 + c9f6655 commit 5651e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akka-docs/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ paradoxProperties ++= Map(
"github.base_url" -> GitHub.url(version.value),
"extref.wikipedia.base_url" -> "https://en.wikipedia.org/wiki/%s",
"extref.github.base_url" -> ("http://github.com/akka/akka/tree/" + (if (isSnapshot.value) "master" else "v" + version.value) + "/%s"),
"extref.samples.base_url" -> "http://github.com/akka/akka-samples/tree/master/%s",
"extref.samples.base_url" -> "http://github.com/akka/akka-samples/tree/2.5/%s",
"extref.ecs.base_url" -> "https://example.lightbend.com/v1/download/%s",
"scala.version" -> scalaVersion.value,
"scala.binary_version" -> scalaBinaryVersion.value,
Expand Down

0 comments on commit 5651e7d

Please sign in to comment.