]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Tue Mar 13 20:28:53 GMT 2012 david-sarah@jacaranda.org
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:11:44 +0000 (18:11 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 17:11:44 +0000 (18:11 +0100)
  * Minor updates to URLs.

docs/frontends/webapi.rst
docs/proposed/GridID.txt

index 0c69e44476b23a589fc86930953c2fdf6bc7e666..c4d7dd01140d99609452a05eabcf83e9d6376c58 100644 (file)
@@ -1905,7 +1905,7 @@ The web-API server will take any request for a URL that starts with /static
 and serve it from a configurable directory which defaults to
 $BASEDIR/public_html . This is configured by setting the "[node]web.static"
 value in $BASEDIR/tahoe.cfg . If this is left at the default value of
-"public_html", then http://localhost:3456/static/subdir/foo.html will be
+"public_html", then http://127.0.0.1:3456/static/subdir/foo.html will be
 served with the contents of the file $BASEDIR/public_html/subdir/foo.html .
 
 This can be useful to serve a javascript application which provides a
index 5510079d80bd741f6a153fd8dda01137983591c1..245b93cec852db6706659bf3c1de71626a2604fa 100644 (file)
@@ -122,8 +122,8 @@ leveraging DNS:
   GET http://tahoe-$HASH.org/introducer/gridid/$GRIDID
   GET http://tahoe-$HASH.tv/introducer/gridid/$GRIDID
   GET http://tahoe-$HASH.info/introducer/gridid/$GRIDID
-   etc
-  GET http://tahoe-grids.allmydata.com/introducer/gridid/$GRIDID
+   etc.
+  GET http://grids.tahoe-lafs.org/introducer/gridid/$GRIDID
 
  The first few introducers should be able to announce other introducers, via
  the distributed gossip-based introduction scheme of #68.