summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2010-05-07 10:16:16 +1000
committerAndrew Gerrand <adg@golang.org>2010-05-07 10:16:16 +1000
commiteb8962b5d5f0dc735ff3c0306307b574c6f0d261 (patch)
tree5ed2d496b990086e45da57a56878b2cd021cb94c
parentfd4129fbe58a1d84f7177a5a0c27ff339ea9e6e0 (diff)
downloadgolang-eb8962b5d5f0dc735ff3c0306307b574c6f0d261.tar.gz
codelab/wiki: fix typo in demo URL
R=r CC=golang-dev http://codereview.appspot.com/1148041
-rw-r--r--doc/codelab/wiki/index.html2
-rw-r--r--doc/codelab/wiki/wiki.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html
index c63496e40..bfd9a8e49 100644
--- a/doc/codelab/wiki/index.html
+++ b/doc/codelab/wiki/index.html
@@ -973,7 +973,7 @@ $ ./8.out
</pre>
<p>
-Visiting <a href="http://localhost:8080/ANewPage">http://localhost:8080/ANewPage</a>
+Visiting <a href="http://localhost:8080/view/ANewPage">http://localhost:8080/view/ANewPage</a>
should present you with the page edit form. You should then be able to
enter some text, click 'Save', and be redirected to the newly created page.
</p>
diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html
index 5c8937874..7661f466d 100644
--- a/doc/codelab/wiki/wiki.html
+++ b/doc/codelab/wiki/wiki.html
@@ -759,7 +759,7 @@ $ ./8.out
</pre>
<p>
-Visiting <a href="http://localhost:8080/ANewPage">http://localhost:8080/ANewPage</a>
+Visiting <a href="http://localhost:8080/view/ANewPage">http://localhost:8080/view/ANewPage</a>
should present you with the page edit form. You should then be able to
enter some text, click 'Save', and be redirected to the newly created page.
</p>