diff options
| -rw-r--r-- | doc/go_faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go_faq.html b/doc/go_faq.html index 62349fe5f7..a3cb8731fa 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -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> |
