| commit | 9c49bacabdac7fe3bf17066dce92dbfdbaa3a065 | [log] [tgz] |
|---|---|---|
| author | Grégoire Détrez <gregoire@fripost.org> | Wed Mar 23 06:32:45 2022 +0000 |
| committer | Ian Lance Taylor <iant@google.com> | Mon Apr 04 17:24:28 2022 +0000 |
| tree | d11209c8649d30841755092eb4203f127dae7dac | |
| parent | 65a6c3b13fe6f7698cc515689cb7aaecd627ff65 [diff] |
_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>
diff --git a/_content/doc/modules/managing-dependencies.md b/_content/doc/modules/managing-dependencies.md index 9b28999..7752dd8 100644 --- a/_content/doc/modules/managing-dependencies.md +++ b/_content/doc/modules/managing-dependencies.md
@@ -250,7 +250,7 @@ ``` 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: ```