From fbf8d263f9925273b53fba32c7d1940430bee1f2 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 7 May 2010 10:16:16 +1000 Subject: [PATCH] codelab/wiki: fix typo in demo URL R=r CC=golang-dev https://golang.org/cl/1148041 --- doc/codelab/wiki/index.html | 2 +- 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 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.

-- 2.50.0