diff options
author | Andrew Gerrand <adg@golang.org> | 2010-05-07 10:16:16 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2010-05-07 10:16:16 +1000 |
commit | eb8962b5d5f0dc735ff3c0306307b574c6f0d261 (patch) | |
tree | 5ed2d496b990086e45da57a56878b2cd021cb94c | |
parent | fd4129fbe58a1d84f7177a5a0c27ff339ea9e6e0 (diff) | |
download | golang-eb8962b5d5f0dc735ff3c0306307b574c6f0d261.tar.gz |
codelab/wiki: fix typo in demo URL
R=r
CC=golang-dev
http://codereview.appspot.com/1148041
-rw-r--r-- | doc/codelab/wiki/index.html | 2 | ||||
-rw-r--r-- | doc/codelab/wiki/wiki.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index c63496e40..bfd9a8e49 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -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> diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html index 5c8937874..7661f466d 100644 --- a/doc/codelab/wiki/wiki.html +++ b/doc/codelab/wiki/wiki.html @@ -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> |