]> Cypherpunks repositories - gostls13.git/commitdiff
codelab/wiki: fix typo in demo URL
authorAndrew Gerrand <adg@golang.org>
Fri, 7 May 2010 00:16:16 +0000 (10:16 +1000)
committerAndrew Gerrand <adg@golang.org>
Fri, 7 May 2010 00:16:16 +0000 (10:16 +1000)
R=r
CC=golang-dev
https://golang.org/cl/1148041

doc/codelab/wiki/index.html
doc/codelab/wiki/wiki.html

index c63496e40410b3444b0cdbc5a4a9edea8b738fd5..bfd9a8e49a492dfad27a7a5ef32e759c984fd706 100644 (file)
@@ -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>
index 5c8937874400f0c32626faa317afb4ebd3b28891..7661f466d39cd5ac5db3f221e96134e8ec065449 100644 (file)
@@ -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>