Skip to content

Commit 79a5847

Browse files
authored
Merge pull request circleci#4372 from zhuravel/patch-2
Fix broken link to Personal API Tokens page
2 parents ccd8a29 + 4ed945f commit 79a5847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/api-developers-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The following section details the steps you would need, from start to finish, to
142142
- welcome/run
143143
```
144144

145-
3. Add an API token from the [Personal API Tokens page](https://account.circleci.com/tokens). Be sure to write down and store your API token in a secure place once you generate it.
145+
3. Add an API token from the [Personal API Tokens page](https://circleci.com/account/api). Be sure to write down and store your API token in a secure place once you generate it.
146146

147147
4. It's time to test out your API token using `curl` to make sure everything works. The following code snippets demonstrate querying all pipelines on a project. Please note that in the example below, the values within curly braces (`{}`) need to be replaced with values specific to your username/orgname.
148148

0 commit comments

Comments
 (0)