doc: Add rake linkchecker task, and document it in the README file
[arvados.git] / doc / README.textile
index f88d30435c20ff1af435e8e37f9340f80a03622d..38a53cf7a28d20d7570be8fce9b99f1884afe0cc 100644 (file)
@@ -24,6 +24,17 @@ Alternately, to make the documentation browsable on the local filesystem:
 arvados/doc$ rake generate baseurl=$PWD/.site
 </pre>
 
+h2. 2. Run linkchecker
+
+If you have "Linkchecker":http://wummel.github.io/linkchecker/ installed on
+your system, you can run it against the documentation:
+
+<pre>
+arvados/doc$ rake linkchecker baseurl=$PWD/.site
+</pre>
+
+Please note that this will regenerate your $PWD/.site directory.
+
 h2. 2. Preview HTML pages
 
 <pre>