aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2012-03-27 13:46:16 +1100
committerAndrew Gerrand <adg@golang.org>2012-03-27 13:46:16 +1100
commit8d5b324afc6be6246e702c6bec35a3791ed033ea (patch)
tree4e0fdb91266f7965ca0b3c6bf40b09452884211f
parenta786fe8e13d4cb9192ee98864ea4df91321a8665 (diff)
downloadgo-8d5b324afc6be6246e702c6bec35a3791ed033ea.tar.gz
go-8d5b324afc6be6246e702c6bec35a3791ed033ea.zip
doc: move /ref/cmd to /doc/cmd
Fixes #3400. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5926043
-rw-r--r--doc/cmd.html (renamed from doc/reference-cmd.html)2
-rw-r--r--doc/reference.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference-cmd.html b/doc/cmd.html
index b2cb2efa04..ac54923d43 100644
--- a/doc/reference-cmd.html
+++ b/doc/cmd.html
@@ -1,6 +1,6 @@
<!--{
"Title": "Command Documentation",
- "Path": "/ref/cmd"
+ "Path": "/doc/cmd"
}-->
<p>
diff --git a/doc/reference.html b/doc/reference.html
index 628289f7be..beaac431d2 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -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>