1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:20:12 -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> </pre>
<p> <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 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. enter some text, click 'Save', and be redirected to the newly created page.
</p> </p>

View File

@ -759,7 +759,7 @@ $ ./8.out
</pre> </pre>
<p> <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 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. enter some text, click 'Save', and be redirected to the newly created page.
</p> </p>