From 5e3c5b1bf3c0f9f7b3df1aa1e209c867f1e58db5 Mon Sep 17 00:00:00 2001 From: Ryuno-Ki Date: Wed, 11 Jun 2025 12:20:59 +0200 Subject: [PATCH] Point to latest release (#622) I noticed that Codeberg was referring to v1.19 of Forgejo. Given that Forgejo's documentation is quite stable I feel like it makes more sense to refer to the latest version of the docs instead. Signed-off-by: Ryuno-Ki Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/622 Reviewed-by: Robert Wolff Co-authored-by: Ryuno-Ki Co-committed-by: Ryuno-Ki --- content/advanced/access-token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/advanced/access-token.md b/content/advanced/access-token.md index 4d459c8..ff90333 100644 --- a/content/advanced/access-token.md +++ b/content/advanced/access-token.md @@ -9,7 +9,7 @@ Access Tokens are special tokens that are used to authenticate to Codeberg throu {% admonition "info" %} -This guide explains how to generate an access token from the website. However, you can also generate access tokens from the API. Read more at [Forgejo's documentation](https://forgejo.org/docs/v1.19/user/api-usage/#generating-and-listing-api-tokens). +This guide explains how to generate an access token from the website. However, you can also generate access tokens from the API. Read more at [Forgejo's documentation](https://forgejo.org/docs/latest/user/api-usage/#generating-and-listing-api-tokens). {% endadmonition %}