From 07312870e18df04ed800965f3b7286c8f492b11c Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Tue, 13 Mar 2012 20:28:53 +0000
Subject: [PATCH] Minor updates to URLs.

---
 docs/frontends/webapi.rst | 2 +-
 docs/proposed/GridID.txt  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/frontends/webapi.rst b/docs/frontends/webapi.rst
index 29a3f9fe..362560d2 100644
--- a/docs/frontends/webapi.rst
+++ b/docs/frontends/webapi.rst
@@ -1892,7 +1892,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
diff --git a/docs/proposed/GridID.txt b/docs/proposed/GridID.txt
index 5510079d..245b93ce 100644
--- a/docs/proposed/GridID.txt
+++ b/docs/proposed/GridID.txt
@@ -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.
-- 
2.45.2