]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Change a doc reference from .txt to .rst in a text string.
authordavid-sarah <david-sarah@jacaranda.org>
Sun, 28 Nov 2010 17:34:44 +0000 (09:34 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Sun, 28 Nov 2010 17:34:44 +0000 (09:34 -0800)
src/allmydata/node.py

index 851b7bc1c002fa147879fb241e0c27da9acf5ca8..7f5bf61e5b261c3b2494cdbfdcd5f5c5af35b27b 100644 (file)
@@ -36,7 +36,7 @@ PRIV_README="""
 This directory contains files which contain private data for the Tahoe node,
 such as private keys.  On Unix-like systems, the permissions on this directory
 are set to disallow users other than its owner from reading the contents of
-the files.   See the 'configuration.txt' documentation file for details."""
+the files.   See the 'configuration.rst' documentation file for details."""
 
 class _None: # used as a marker in get_config()
     pass