]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix small issues in formatting 61/head
authorZooko Wilcox-O'Hearn <zooko@zooko.com>
Sat, 5 Oct 2013 03:29:00 +0000 (03:29 +0000)
committerZooko Wilcox-O'Hearn <zooko@zooko.com>
Sat, 5 Oct 2013 03:29:00 +0000 (03:29 +0000)
* fix warning from "rst2html --verbose" by not using the in-line hyperlink
  syntax. The warning said::

    known_issues.rst:261: (INFO/1) Hyperlink target "google chart api" is not referenced.

* remove dead code (no-longer-referenced link), thus fixing another warning

* change links to relative files to be just $FILENAME instead of
  file:$FILENAME, which I think will fix the problem of broken links on the
  trac and github, e.g. the link in
  https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/known_issues.rst ,
  which ought to go to
  https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/docs/cautions.rst , but
  instead goes to file:///cautions.rst

docs/known_issues.rst

index 65610bc547090e775825677c884078d0db27ad93..30918d6345530995234609bc0cace5455a52f7ce 100644 (file)
@@ -1,7 +1,7 @@
 
-See also cautions.rst_.
+See also `cautions.rst`_.
 
-.. _cautions.rst: file:cautions.rst
+.. _cautions.rst: cautions.rst
 
 ============
 Known Issues
@@ -264,9 +264,11 @@ Operations" link on the front welcome page, then through the "Status" column
 for "map-update" operations (which occur when mutable files, including
 directories, are read or written). This page contains per-server response
 times, as lines of text, and includes an image which displays the response
-times in graphical form. The image is generated by constructing a URL for the
-`Google Chart API <https://developers.google.com/chart/image/>`_, which is
-then served by the `chart.apis.google.com` internet server.
+times in graphical form. The image is generated by constructing a URL for
+the `Google Chart API`_, which is then served by the `chart.apis.google.com`
+internet server.
+
+.. _Google Chart API: https://developers.google.com/chart/image/
 
 When you view this page, several parties may learn information about your
 Tahoe activities. The request will typically include a "Referer" header,
@@ -336,9 +338,6 @@ There are three options:
   could write the corrupted data back into place, making the damage
   persistent)
 
-
-.. _#1654: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1654
-
 ----
 
 Known Issues in Tahoe-LAFS v1.8.2, released 30-Jan-2011