Add links to buck documentation from dev-readme page

Add links to the buck documentation for Eclipse integration and
running the acceptance tests.

Also make the section titles and IDs consistent between the Maven
and Buck pages.

Change-Id: I5ea5f145081b075111e09a2bd15538dfbb41aae3
diff --git a/Documentation/dev-buck.txt b/Documentation/dev-buck.txt
index ac9744c..70fcda4 100644
--- a/Documentation/dev-buck.txt
+++ b/Documentation/dev-buck.txt
@@ -37,8 +37,9 @@
 ----
 
 
-Eclipse Project
----------------
+[[eclipse]]
+Eclipse Integration
+-------------------
 
 
 Generating the Eclipse Project
@@ -157,6 +158,7 @@
 is not regenerated.
 
 
+[[tests]]
 Running Unit Tests
 ------------------
 
diff --git a/Documentation/dev-maven.txt b/Documentation/dev-maven.txt
index 9703c46..c5f8a7a 100644
--- a/Documentation/dev-maven.txt
+++ b/Documentation/dev-maven.txt
@@ -73,7 +73,7 @@
   mvn clean package -DskipTests
 ----
 
-[[run-acceptance-tests]]
+[[tests]]
 Running the Acceptance Tests
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index 6d0bc3d..0692454 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -27,8 +27,12 @@
 To use the Eclipse IDE for development, please see
 link:dev-eclipse.html[Eclipse Setup].
 
-See the link:dev-maven.html[Maven documentation] for more details on
-how to configure the workspace with the Maven build scripts.
+For details on how to configure the Eclipse workspace with Maven
+or Buck, refer to:
+
+1. link:dev-maven.html#eclipse[Eclipse integration with Maven]
+
+2. link:dev-buck.html#eclipse[Eclipse integration with Buck]
 
 
 Mac OS X
@@ -73,7 +77,7 @@
 -------
 
 
-[[run-acceptance-tests]]
+[[tests]]
 Running the Acceptance Tests
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -84,8 +88,12 @@
 started on that site. When the test has finished the Gerrit daemon is
 shutdown.
 
-For instructions on running the integration tests with Maven, please
-click link:dev-maven.html#run-acceptance-tests[here].
+For instructions on running the integration tests with Maven or Buck,
+please refer to:
+
+1. link:dev-maven.html#tests[Running integration tests with Maven]
+
+2. link:dev-buck.html#tests[Running integration tests with Buck]
 
 
 Running the Daemon