diff options
| author | Grégoire Détrez <gregoire@fripost.org> | 2022-03-23 06:32:45 +0000 |
|---|---|---|
| committer | Ian Lance Taylor <iant@google.com> | 2022-04-04 17:24:28 +0000 |
| commit | 9c49bacabdac7fe3bf17066dce92dbfdbaa3a065 (patch) | |
| tree | d11209c8649d30841755092eb4203f127dae7dac /_content/doc/modules/managing-dependencies.md | |
| parent | 65a6c3b13fe6f7698cc515689cb7aaecd627ff65 (diff) | |
| download | go-x-website-9c49bacabdac7fe3bf17066dce92dbfdbaa3a065.tar.xz | |
_content/doc/modules/managing-dependencies: fix link syntax
Change-Id: I88229a3b5bf0ed4d269db57c244e50a6e1e659e7
GitHub-Last-Rev: 32a4b54bf206678ecc89dbf863e09869014d748b
GitHub-Pull-Request: golang/website#143
Reviewed-on: https://go-review.googlesource.com/c/website/+/394374
Reviewed-by: Ian Lance Taylor <iant@google.com>
Trust: Cherry Mui <cherryyz@google.com>
Diffstat (limited to '_content/doc/modules/managing-dependencies.md')
| -rw-r--r-- | _content/doc/modules/managing-dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/modules/managing-dependencies.md b/_content/doc/modules/managing-dependencies.md index 9b289999..7752dd83 100644 --- a/_content/doc/modules/managing-dependencies.md +++ b/_content/doc/modules/managing-dependencies.md @@ -250,7 +250,7 @@ command](/ref/mod#go-get): ``` The following go.mod file `require` directive example (see the [go.mod -reference]/doc/modules/gomod-ref) for more) illustrates how to require a specific version +reference](/doc/modules/gomod-ref) for more) illustrates how to require a specific version number: ``` |
