diff --git a/Modules.md b/Modules.md index ea8709fd..587df507 100644 --- a/Modules.md +++ b/Modules.md @@ -64,7 +64,7 @@ The "Quick Start" and "New Concepts" sections are particularly important for som * [Can a module depend on an internal/ in another?](https://github.com/golang/go/wiki/Modules#can-a-module-depend-on-an-internal-in-another) * [FAQs — Minimal Version Selection](https://github.com/golang/go/wiki/Modules#faqs--minimal-version-selection) * [Won't minimal version selection keep developers from getting important updates?](https://github.com/golang/go/wiki/Modules#wont-minimal-version-selection-keep-developers-from-getting-important-updates) -* [FAQs — Possible Problems](https://github.com/golang/go/wiki/Modules#faqs-possible-problems) +* [FAQs — Possible Problems](https://github.com/golang/go/wiki/Modules#faqs--possible-problems) * [What are some general things I can spot check if I am seeing a problem?](https://github.com/golang/go/wiki/Modules#what-are-some-general-things-i-can-spot-check-if-i-am-seeing-a-problem) * [What can I check if I am not seeing the expected version of a dependency?](https://github.com/golang/go/wiki/Modules#what-can-i-check-if-i-am-not-seeing-the-expected-version-of-a-dependency) * [Why am I getting an error 'cannot find module providing package foo'?](https://github.com/golang/go/wiki/Modules#why-am-i-getting-an-error-cannot-find-module-providing-package-foo)