summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-01-22 14:21:35 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-01-22 14:21:35 +0000
commit775dd13afd1d7f8481379bd0219665356f6e9e94 (patch)
tree731347a6af726231d849628d3d4fde07ba0393ec
parent34f6557349174fc151d8eb3026fb3c537cc5bef1 (diff)
parent78c4bc0654ed9e6f8de1a64832b45324ae4adfb7 (diff)
downloadgitlab-ce-775dd13afd1d7f8481379bd0219665356f6e9e94.tar.gz
Merge branch 'docs/hyperlink-pat' into 'master'
Add hyperlink to PAT doco Closes #56650 See merge request gitlab-org/gitlab-ce!24551
-rw-r--r--doc/user/project/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md
index 3e4346bb53e..6a1aadf058e 100644
--- a/doc/user/project/index.md
+++ b/doc/user/project/index.md
@@ -154,7 +154,7 @@ When [renaming a user](../profile/index.md#changing-your-username),
Any project can be used as a Go package including private projects in subgroups. To use packages
hosted in private projects with the `go get` command, use a [`.netrc` file](https://ec.haxx.se/usingcurl-netrc.html)
-and a personal access token in the password field.
+and a [personal access token](../profile/personal_access_tokens.md) in the password field.
For example: