Skip to content

Update link to API key page #3190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion user/triggering-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ layout: en

Trigger Travis CI builds using the API V3 by sending a POST request to `/repo/{slug|id}/requests`:

1. Get an API token from your Travis CI [Profile page](https://travis-ci.com/profile). You'll need the token to authenticate most of these API requests.
1. Get an API token from your Travis CI [settings page](https://app.travis-ci.com/account/preferences). You'll need the token to authenticate most of these API requests.

You can also use the Travis CI [command line client](https://github.com/travis-ci/travis.rb#readme)
to get your API token:
Expand Down