summaryrefslogtreecommitdiff
path: root/doc
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
commitfbf8d263f9925273b53fba32c7d1940430bee1f2 (patch)
treec9b8d855e552a64335e40d0d0608858ec7a0a755 /doc
parenteb48bfbbdaf3a99dbb861f251a73a3b6ae45cc8b (diff)
downloadgo-git-fbf8d263f9925273b53fba32c7d1940430bee1f2.tar.gz
codelab/wiki: fix typo in demo URL
R=r CC=golang-dev https://golang.org/cl/1148041
Diffstat (limited to 'doc')
-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 c63496e404..bfd9a8e49a 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 5c89378744..7661f466d3 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>