From: Andrew Gerrand Date: Fri, 7 May 2010 00:16:16 +0000 (+1000) Subject: codelab/wiki: fix typo in demo URL X-Git-Tag: weekly.2010-05-27~106 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fbf8d263f9925273b53fba32c7d1940430bee1f2;p=gostls13.git codelab/wiki: fix typo in demo URL R=r CC=golang-dev https://golang.org/cl/1148041 --- diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index c63496e404..bfd9a8e49a 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -973,7 +973,7 @@ $ ./8.out

-Visiting http://localhost:8080/ANewPage +Visiting http://localhost:8080/view/ANewPage 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.

diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html index 5c89378744..7661f466d3 100644 --- a/doc/codelab/wiki/wiki.html +++ b/doc/codelab/wiki/wiki.html @@ -759,7 +759,7 @@ $ ./8.out

-Visiting http://localhost:8080/ANewPage +Visiting http://localhost:8080/view/ANewPage 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.