]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix dead link in go_faq
authorAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 6 Dec 2017 10:42:42 +0000 (11:42 +0100)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 6 Dec 2017 15:49:37 +0000 (15:49 +0000)
Change-Id: I8a9e4d00247fe9bda6e19551850bdec0367df2e1
Reviewed-on: https://go-review.googlesource.com/82157
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go_faq.html

index 62349fe5f7dc37fa118f3556dacc469cd8f85d0f..a3cb8731fa4bb1efdfb0749ada924e3e8cb1e355 100644 (file)
@@ -1152,7 +1152,7 @@ document</a> for details.
 Work is underway on an experimental package management tool,
 <a href="https://github.com/golang/dep"><code>dep</code></a>, to learn
 more about how tooling can help package management. More information can be found in
-<a href="https://github.com/golang/dep/blob/master/FAQ.md">the <code>dep</code> FAQ</a>.
+<a href="https://github.com/golang/dep/blob/master/docs/FAQ.md">the <code>dep</code> FAQ</a>.
 </p>
 
 <h2 id="Pointers">Pointers and Allocation</h2>