Skip to content

Commit e4467a2

Browse files
rdzhaafargopherbot
authored andcommitted
doc/effective_go: fix broken link
Change-Id: I99b9be77dd665be634cf49a834bc0f82e9cce45e GitHub-Last-Rev: 5d01712 GitHub-Pull-Request: #257 Reviewed-on: https://go-review.googlesource.com/c/website/+/535495 Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Carlos Amedee <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]>
1 parent b9a1f70 commit e4467a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/effective_go.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h3 id="examples">Examples</h3>
6363
Moreover, many of the packages contain working, self-contained
6464
executable examples you can run directly from the
6565
<a href="https://golang.org">golang.org</a> web site, such as
66-
<a href="/pkg/strings/#example_Map">this one</a> (if
66+
<a href="/pkg/strings/#example-Map">this one</a> (if
6767
necessary, click on the word "Example" to open it up).
6868
If you have a question about how to approach a problem or how something
6969
might be implemented, the documentation, code and examples in the

0 commit comments

Comments
 (0)