From 3c4d2edb61d86ab343eb5345840b725e1cb11257 Mon Sep 17 00:00:00 2001 From: Yulia Shanyrova Date: Tue, 8 Aug 2023 11:26:39 +0200 Subject: [PATCH] Docs: Update screenshots for generating an access token for signing a plugin (#73031) updated screenshots path and name --- .../developers/plugins/publish-a-plugin/sign-a-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/developers/plugins/publish-a-plugin/sign-a-plugin.md b/docs/sources/developers/plugins/publish-a-plugin/sign-a-plugin.md index dd50657dd96..62fbed18382 100644 --- a/docs/sources/developers/plugins/publish-a-plugin/sign-a-plugin.md +++ b/docs/sources/developers/plugins/publish-a-plugin/sign-a-plugin.md @@ -39,13 +39,13 @@ To verify ownership of your plugin, generate an access token that you'll use eve Realm: has to be your-org-name (all-stacks) Scope: plugins:write - {{< figure src="/static/img/docs/plugins/create-access-policy.png" class="docs-image--no-shadow" max-width="650px" >}} + {{< figure src="/media/docs/plugins/create-access-policy-v2.png" class="docs-image--no-shadow" max-width="650px" >}} 1. Click **Create token** to create a new token. The expiration date field is optional, though you should change tokens periodically for increased security. - {{< figure src="/static/img/docs/plugins/create-access-policy-token.png" class="docs-image--no-shadow" max-width="650px" >}} + {{< figure src="/media/docs/plugins/create-access-policy-token.png" class="docs-image--no-shadow" max-width="650px" >}} 1. Click **Create** and save a copy of the token somewhere secure for future reference.