From 630b75b3e24042ba3386d44588becb62178c8540 Mon Sep 17 00:00:00 2001 From: Stephen Wade <stephen@stephenwade.me> Date: Mon, 30 Nov 2020 07:01:16 -0500 Subject: [PATCH] correct link to documentation for GitLab personal access tokens (#7842) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- docs/usage/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md index 0beeae983f..9d0df4c4a6 100644 --- a/docs/usage/self-hosting.md +++ b/docs/usage/self-hosting.md @@ -200,7 +200,7 @@ Configure it either as `token` in your `config.js` file, or in environment varia #### GitLab CE/EE -First, [create a personal access token](https://docs.gitlab.com/ee/api/README.html#personal-access-tokens) for the bot account (select "api" scope). +First, [create a personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) for the bot account (select "api" scope). Configure it either as `token` in your `config.js` file, or in environment variable `RENOVATE_TOKEN`, or via CLI `--token=`. Don't forget to configure `platform=gitlab` somewhere in config. -- GitLab