]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
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)
commit4e0a8d8d4fe51696ac0b9e59e831d52d649321e8
treec82e8b014429a418b0463a3722215fd2d31520d2
parenta0f477618d58c7b7f632176370ab9ee3965aa9c2
fix small issues in formatting

* 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