aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2017-01-15 20:24:09 -0800
committerJakob Odersky <jakob@odersky.com>2017-01-15 20:24:09 -0800
commitdd08a83255e926de689c99d580caf7b83f5424cb (patch)
treeaeb33c66a3e615703ec8c131da8a2b5f47ef5318
parenta123bd8dbb98587bbc59535ea9155fefaaf828a1 (diff)
downloadakka-serial-dd08a83255e926de689c99d580caf7b83f5424cb.tar.gz
akka-serial-dd08a83255e926de689c99d580caf7b83f5424cb.tar.bz2
akka-serial-dd08a83255e926de689c99d580caf7b83f5424cb.zip
Update scaladoc
-rw-r--r--_config.yml2
-rw-r--r--documentation/index.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml
index 4fda29d..97d4dd1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,5 @@
# Site settings
-title: flow
+title: akka-serial
description: Serial communication library for Akka and Scala.
url: "https://www.jodersky.ch/akka-serial"
version_latest: 4.0.0
diff --git a/documentation/index.md b/documentation/index.md
index e07de2a..3a6dfec 100644
--- a/documentation/index.md
+++ b/documentation/index.md
@@ -16,7 +16,7 @@ Start by reading the manual and checking out some examples.
- <i class="fa fa-book"></i> [Developer Guide]({{site.version_docs}}/developer)
Instructions on building, testing and publishing akka-serial.
-- <i class="fa fa-code"></i> [API documentation]({{site.version_docs}}/api/index.html#akka.serial.Serial$)
+- <i class="fa fa-code"></i> [API documentation]({{site.version_docs}}/api/akka/serial/Serial$)
Browse akka-serial's API.
## Help