diff options
-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> |