aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2016-06-09 05:05:09 -0700
committerJakob Odersky <jakob@odersky.com>2016-06-09 05:05:09 -0700
commit1953ca0910aa8a84f5129ab15385ebf30e63f78a (patch)
tree7620ddece96c99e18d65b9d5fb4b703784c8c0da
parentee29b1c22dd0930a3c6e51c0fe93f588f499df10 (diff)
downloadakka-serial-1953ca0910aa8a84f5129ab15385ebf30e63f78a.tar.gz
akka-serial-1953ca0910aa8a84f5129ab15385ebf30e63f78a.tar.bz2
akka-serial-1953ca0910aa8a84f5129ab15385ebf30e63f78a.zip
Add migration notice
-rw-r--r--documentation/index.md13
-rw-r--r--downloads/index.md4
2 files changed, 9 insertions, 8 deletions
diff --git a/documentation/index.md b/documentation/index.md
index 7143b5f..e9c8192 100644
--- a/documentation/index.md
+++ b/documentation/index.md
@@ -2,22 +2,23 @@
layout: page
title: Documentation
---
-## Documentation
-----
-### NOTICE: Upgrading from 2.0 to 3.0
+## Migrating from 2.x to 3.x
-The latest release, 3.0.0, introduces some compatibility-breaking changes:
+The latest release, 3.0.0, introduces some source compatibility-breaking changes:
-- Organization and packages have been changes from "com.github.jodersky" to "ch.jodersky"
-- A new major version of the native library has been released, libflow4
+- Organization and packages have been changed from `com.github.jodersky` to `ch.jodersky`
+- A new major version of the native library has been released, `libflow4`
It should be sufficient to change any imports that previously used "com.github.jodersky.flow" to "ch.jodersky.flow".
-In case you manually istaled the native library, you will also need to install libflow4 (see the Developer Guide for more information).
+In case you manually installed the native library, you will also need to upgrade to libflow4 (see the Developer Guide for more information).
-----
+## Documentation
+
Start by reading the manual and checking out some examples.
- <i class="fa fa-book"></i> [Manual]({{site.version_docs}}/manual)
diff --git a/downloads/index.md b/downloads/index.md
index 89cd00a..9b400d6 100644
--- a/downloads/index.md
+++ b/downloads/index.md
@@ -9,7 +9,7 @@ title: Downloads
<div class="row">
<div class="col-sm-8">
-### Sbt Coordinates :
+### Sbt Coordinates
Add the following to your build configuration:
~~~scala
@@ -38,7 +38,7 @@ libraryDependencies += "ch.jodersky" %% "flow-stream" % "{{site.version_latest}}
</tr>
</thead>
<tbody>
- <tr><td rowspan="4">Linux</td><td>x86_64</td></tr>
+ <tr><td rowspan="3">Linux</td><td>x86_64</td></tr>
<tr><td>x86</td></tr>
<tr><td>armv7l</td></tr>
<tr><td>Darwin (Mac OSX)</td><td>x86_64</td></tr>