diff options
| author | Russ Cox <rsc@golang.org> | 2021-02-25 06:17:00 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2021-03-12 19:58:12 +0000 |
| commit | 6ff312ae7c351bd476f2491b6ac9c1a214559fca (patch) | |
| tree | 1265fa8a77831b597fcc85f8d4d2270349d65e25 /_content/doc/tutorial/call-module-code.html | |
| parent | da157ef3121d085c396c203cca070e3d42063c79 (diff) | |
| download | go-x-website-6ff312ae7c351bd476f2491b6ac9c1a214559fca.tar.xz | |
_content/doc: remove redundant Path metadata
CL 251343 (Feb 12) changed the default service URL for _content/doc/x.html
from https://golang.org/doc/x.html to https://golang.org/doc/x.
Remove Path metadata that simply restates this new default.
Change-Id: Ia132c08f200c5a93554755cd1cd8429c9f8f3062
Reviewed-on: https://go-review.googlesource.com/c/website/+/296382
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to '_content/doc/tutorial/call-module-code.html')
| -rw-r--r-- | _content/doc/tutorial/call-module-code.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/_content/doc/tutorial/call-module-code.html b/_content/doc/tutorial/call-module-code.html index bce43d72..1a63d8ce 100644 --- a/_content/doc/tutorial/call-module-code.html +++ b/_content/doc/tutorial/call-module-code.html @@ -1,6 +1,5 @@ <!--{ - "Title": "Call your code from another module", - "Path": "/doc/tutorial/call-module-code" + "Title": "Call your code from another module" }--> <p> |
