]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/mutable/common.py
replace remaining .html docs with .rst docs
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / mutable / common.py
index 29656be41baeac6b2d28b5fbd59792bf5a4fd4cb..9d5ab641dff04e298fd796e8e1cdf37d4c45aadf 100644 (file)
@@ -25,7 +25,7 @@ class UncoordinatedWriteError(Exception):
         return ("<%s -- You, oh user, tried to change a file or directory "
                 "at the same time as another process was trying to change it. "
                 " To avoid data loss, don't do this.  Please see "
-                "docs/write_coordination.html for details.>" %
+                "docs/write_coordination.rst for details.>" %
                 (self.__class__.__name__,))
 
 class UnrecoverableFileError(Exception):