aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-31 18:53:15 +0200
committerJakob Odersky <jodersky@gmail.com>2014-03-31 18:53:15 +0200
commitfb5d731dd80711bb6e5f62af07bb908a4ce2d287 (patch)
tree38bdf02d3997b6d63488ba2b3c0a8f32b4002ede
parentb7a5302bdf5c885db1d96c886d5c7fcdbd904b76 (diff)
downloadakka-serial-fb5d731dd80711bb6e5f62af07bb908a4ce2d287.tar.gz
akka-serial-fb5d731dd80711bb6e5f62af07bb908a4ce2d287.tar.bz2
akka-serial-fb5d731dd80711bb6e5f62af07bb908a4ce2d287.zip
use relative links
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f9dc7d..ffed4ba 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Since flow integrates into the Akka-IO framework, a good resource on its general
Since hardware is involved in serial communication, a Scala-only solution is not possible. Nevertherless, the native code is kept simple and minimalistic with the burden of dealing with threads left to Scala. The code aims to be POSIX compliant and therefore easily portable.
## Build
-See detailed documentation in [documentation/build.md](documentation/building.md) on how to build flow. Note that flow can also be built on devices with sparse resources not able to run SBT (such as the Raspberry Pi), see [documentation/embedded-building.md](documentation/embedded-building.md).
+See detailed documentation in [documentation/building.md](documentation/building.md) on how to build flow. Note that flow can also be built on devices with sparse resources not able to run SBT (such as the Raspberry Pi), see [documentation/embedded-building.md](documentation/embedded-building.md).
## License
flow is released under the terms of the 3-clause BSD license. See LICENSE for details.