mirror of
https://github.com/golang/go
synced 2024-11-12 08:20:22 -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>
|
||||
|
||||
<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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user