aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/handle-errors.html
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2021-02-25 06:17:00 -0500
committerRuss Cox <rsc@golang.org>2021-03-12 19:58:12 +0000
commit6ff312ae7c351bd476f2491b6ac9c1a214559fca (patch)
tree1265fa8a77831b597fcc85f8d4d2270349d65e25 /_content/doc/tutorial/handle-errors.html
parentda157ef3121d085c396c203cca070e3d42063c79 (diff)
downloadgo-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/handle-errors.html')
-rw-r--r--_content/doc/tutorial/handle-errors.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_content/doc/tutorial/handle-errors.html b/_content/doc/tutorial/handle-errors.html
index 4ffadbc1..41a0aad1 100644
--- a/_content/doc/tutorial/handle-errors.html
+++ b/_content/doc/tutorial/handle-errors.html
@@ -1,6 +1,5 @@
<!--{
- "Title": "Return and handle an error",
- "Path": "/doc/tutorial/handle-errors"
+ "Title": "Return and handle an error"
}-->
<p>