1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:20:13 -06:00

codelab/wiki: fix typo in demo URL

R=r
CC=golang-dev
https://golang.org/cl/1148041
This commit is contained in:
Andrew Gerrand 2010-05-07 10:16:16 +10:00
parent eb48bfbbda
commit fbf8d263f9
2 changed files with 2 additions and 2 deletions

View 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>

View 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>