Skip to content

Commit

Permalink
Update redirected link to the changelog (#76)
Browse files Browse the repository at this point in the history
* update changelog link

* update readme link
  • Loading branch information
zimeg authored Nov 14, 2023
1 parent 92ba391 commit ac0bbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/check_update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ac0bbde

Please sign in to comment.