From 9125757f286c315549e96283167b4acbfa653831 Mon Sep 17 00:00:00 2001 From: Will Bush Date: Fri, 5 Aug 2022 20:21:21 -0500 Subject: [PATCH] Fix link to guide locating API Key closes #54 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bce234fb..3c54c77b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ### Prerequisites Create the next environment vars in your repository: * `TEAMWORK_URI`: The URL of your installation (e.g.: https://yourcompany.teamwork.com) -* `TEAMWORK_API_TOKEN`: The API token to authenticate the workflow. Follow [this guide](https://developer.teamwork.com/guides/api-key-url/) to find your URL and API key. +* `TEAMWORK_API_TOKEN`: The API token to authenticate the workflow. Follow [this guide](https://support.teamwork.com/projects/using-teamwork/locating-your-api-key) to find your URL and API key. **Please Note:** The Teamwork account associated with this API key is the account which these comments will be created under. If this user does not have permission to access the project, this action will be ignored.