Skip to content

Commit 2610e5b

Browse files
update docs with new link for tokens (#343)
1 parent bf27af2 commit 2610e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/getting-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In order to start working with the cli you will need to update the authenticatio
1313
Updating the authentication configuration is done via an API-KEY you generate from Codefresh. <br />
1414

1515
If you already have an API-KEY you can just use it.<br />
16-
You can generate a new one from the <a href="https://g.codefresh.io/account-admin/account-conf/tokens" target="_blank">account settings</a> page. <br />
16+
You can generate a new one from the <a href="https://g.codefresh.io/user/settings" target="_blank">user settings</a> page. <br />
1717
{{% alert theme="warning" %}}You must be an account admin to generate api keys{{% /alert %}}
1818

1919
Once you have an API key, create a new authentication context:<br> `codefresh auth create-context --api-key {API_KEY}`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.24.1",
3+
"version": "0.25.0",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)