aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/modules
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-06-28 21:59:23 -0400
committerBryan C. Mills <bcmills@google.com>2021-06-30 15:08:38 +0000
commitf5efdd84789b7f090c7f1a95dfaa572d4ac5e1ab (patch)
tree8bc3c5351caf9f9a55f2f7dbd9164f2e8df3706a /_content/doc/modules
parenta430a3f5262cfd926f557aabedf22c2b25383ccf (diff)
downloadgo-x-website-f5efdd84789b7f090c7f1a95dfaa572d4ac5e1ab.tar.xz
_content/doc/modules: add missing space in link text
Change-Id: Iecd4a489c730563abf13dcf5990e8361a89d4edd Reviewed-on: https://go-review.googlesource.com/c/website/+/331549 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Jay Conrod <jayconrod@google.com>
Diffstat (limited to '_content/doc/modules')
-rw-r--r--_content/doc/modules/version-numbers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/modules/version-numbers.md b/_content/doc/modules/version-numbers.md
index 26b86383..d00ef4fa 100644
--- a/_content/doc/modules/version-numbers.md
+++ b/_content/doc/modules/version-numbers.md
@@ -17,7 +17,7 @@ This topic describes what module version numbers mean.
**See also**
* When you're using external packages in your code, you can manage those
- dependencies with Go tools. For more, see [Managingdependencies](managing-dependencies).
+ dependencies with Go tools. For more, see [Managing dependencies](managing-dependencies).
* If you're developing modules for others to use, you apply a version number
when you publish the module, tagging the module in its repository. For more,
see [Publishing a module](publishing).