From 1cfff52ee164a9af87000b13d462299910ee336f Mon Sep 17 00:00:00 2001 From: Artur Laksberg <1875734+arturl@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:01:13 -0800 Subject: [PATCH] Fix broken link --- content/docs/pulumi-cloud/copilot/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/pulumi-cloud/copilot/api.md b/content/docs/pulumi-cloud/copilot/api.md index 198130409751..7b80f29d97ab 100644 --- a/content/docs/pulumi-cloud/copilot/api.md +++ b/content/docs/pulumi-cloud/copilot/api.md @@ -38,7 +38,7 @@ The `Authorization` header must be in the form below with the literal string `to Authorization: token {token} ``` -To view your access tokens, or create a new one, view the Access Tokens page. You will see a list of past tokens, when they were last used, and have the ability to revoke them. +To view your access tokens, or create a new one, view the [Access Tokens](https://app.pulumi.com/user/settings/tokens) page. You will see a list of past tokens, when they were last used, and have the ability to revoke them. The Pulumi Copilot REST API will return a 401 status code if the token is missing or invalid.