From b634d296a3e89a140a307688d1c133565e8b1a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Thu, 27 Jun 2024 13:09:51 +0200 Subject: [PATCH] Update libraries.md --- docs/en/manuals/libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/manuals/libraries.md b/docs/en/manuals/libraries.md index 8abf07fa..81e4e0ae 100644 --- a/docs/en/manuals/libraries.md +++ b/docs/en/manuals/libraries.md @@ -66,7 +66,7 @@ https://github-username:personal-access-token@github.com/defold/private/archive/ To fetch from a private repository on GitLab you need to [generate a personal access token](https://docs.gitlab.com/ee/security/token_overview.html) and send as a URL parameter. ``` -https://gitlab.com/defold/private/-/archive/main/test-main.zip?private=personal-access-token +https://gitlab.com/defold/private/-/archive/main/test-main.zip?private_token=personal-access-token ``` ### Advanced access authentication