mirror of https://github.com/golang/go.git
doc: move /ref/cmd to /doc/cmd
Fixes #3400. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5926043
This commit is contained in:
parent
a786fe8e13
commit
8d5b324afc
|
|
@ -1,6 +1,6 @@
|
|||
<!--{
|
||||
"Title": "Command Documentation",
|
||||
"Path": "/ref/cmd"
|
||||
"Path": "/doc/cmd"
|
||||
}-->
|
||||
|
||||
<p>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
The documentation for the Go standard library.
|
||||
</p>
|
||||
|
||||
<h3 id="cmd"><a href="/ref/cmd">Command Documentation</a></h3>
|
||||
<h3 id="cmd"><a href="/doc/cmd">Command Documentation</a></h3>
|
||||
<p>
|
||||
The documentation for the Go tools.
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue