Skip to content

Commit 5cef56f

Browse files
authored
docs: update Jenkins token creation link (#936)
The `https://ci.nodejs.org/user/<your-github-username>/configure` is a 404, instead the url should be `https://ci.nodejs.org/user/<your-github-username>/security`. Signed-off-by: Juan José Arboleda <[email protected]>
1 parent 0b3d22d commit 5cef56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ these commands.
9898
To obtain the Jenkins API token
9999

100100
1. Open
101-
`https://ci.nodejs.org/user/<your-github-username>/configure` (replace
101+
`https://ci.nodejs.org/user/<your-github-username>/security` (replace
102102
\<your-github-username\> with your own GitHub username).
103103
2. Click on the `ADD NEW TOKEN` button in the `API Token` section.
104104
3. Enter an identifiable name (for example, `node-core-utils`) for this

0 commit comments

Comments
 (0)