TBR: Update READMEs.

Change-Id: I100a6cf0faca7c6aaa3b012e8ed7c0c25ad7491a
diff --git a/README.md b/README.md
index 76d2c8f..be079c6 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
 # SyncSlides
 
-A simple multi-device presentation system built on [Flutter](https://flutter.io) and [Syncbase](https://github.com/vanadium/mojo.syncbase)
+A simple multi-device presentation system built.
 
-## Java/Android Version
+# Java/Android Version
+
 https://github.com/vanadium/java/tree/master/projects/syncslides
 
 ## Dart/Flutter Version
-https://github.com/vanadium/projects/syncslides/dart
+
+https://github.com/vanadium/syncslides/tree/master/dart
diff --git a/dart/README.md b/dart/README.md
index c2f904f..085ad2c 100644
--- a/dart/README.md
+++ b/dart/README.md
@@ -2,9 +2,6 @@
 
 A simple multi-device presentation system built on [Flutter](https://flutter.io) and [Syncbase](https://github.com/vanadium/mojo.syncbase)
 
-**Looking for the Java/Android version?** It is located in the Java repository
-for the time being. https://github.com/vanadium/java/tree/master/projects/syncslides
-
 # Prerequisites
 
 ##Mojo
@@ -15,7 +12,7 @@
 
 Flutter depends on a relatively new version of the Dart SDK. Therefore, please ensure that you have installed the following version or greater:
 
-`Dart VM version: 1.13.0-dev.3.1 (Thu Sep 17 10:54:54 2015) on "linux_x64"`
+```Dart VM version: 1.13.0-dev.3.1 (Thu Sep 17 10:54:54 2015) on "linux_x64"```
 If you are unsure what version you are on, use `dart --version`.
 
 To install Dart, visit the [download page](https://www.dartlang.org/downloads/).