Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
fbf8d263
Commit
fbf8d263
authored
May 07, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codelab/wiki: fix typo in demo URL
R=r CC=golang-dev
https://golang.org/cl/1148041
parent
eb48bfbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.html
doc/codelab/wiki/index.html
+1
-1
wiki.html
doc/codelab/wiki/wiki.html
+1
-1
No files found.
doc/codelab/wiki/index.html
View file @
fbf8d263
...
...
@@ -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>
...
...
doc/codelab/wiki/wiki.html
View file @
fbf8d263
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment