Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/codelab/wiki/index.html
doc/codelab/wiki/index.html
+1
-1
doc/codelab/wiki/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