diff options
author | Evan Read <eread@gitlab.com> | 2019-01-22 11:03:48 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-01-22 11:03:48 +1000 |
commit | 78c4bc0654ed9e6f8de1a64832b45324ae4adfb7 (patch) | |
tree | 726a57a568cdde8e1bd0ee7e2d872ccee47af92a /doc | |
parent | ce171674b60f5888aa3802e9f6b843762faabd3a (diff) | |
download | gitlab-ce-78c4bc0654ed9e6f8de1a64832b45324ae4adfb7.tar.gz |
Add hyperlink to PAT doco
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/index.md b/doc/user/project/index.md index b8989f5ae14..7bcdb382b4a 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: |