Commit fbf8d263 authored by Andrew Gerrand's avatar Andrew Gerrand

codelab/wiki: fix typo in demo URL

R=r
CC=golang-dev
https://golang.org/cl/1148041
parent eb48bfbb
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment