mirror of
https://github.com/golang/go
synced 2024-11-12 08:40:21 -07:00
codelab/wiki: fix typo in demo URL
R=r CC=golang-dev https://golang.org/cl/1148041
This commit is contained in:
parent
eb48bfbbda
commit
fbf8d263f9
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user