diff --git a/README.md b/README.md index 456d7ce..66e7dbd 100644 --- a/README.md +++ b/README.md @@ -122,4 +122,4 @@ We welcome contributions from everyone! Please check out our helpful and collaborative way. [cli]: https://github.com/slackapi/slack-cli -[nextgen]: https://api.slack.com/future +[nextgen]: https://api.slack.com/automation diff --git a/src/check_update.ts b/src/check_update.ts index 80202e0..1c73153 100644 --- a/src/check_update.ts +++ b/src/check_update.ts @@ -288,7 +288,7 @@ export function createUpdateResp( const name = "the Slack SDK"; const releases = []; const message = ""; - const url = "https://api.slack.com/future/changelog"; + const url = "https://api.slack.com/automation/changelog"; const fileErrorMsg = createFileErrorMsg(inaccessibleFiles); let error = null;