Skip to content

Commit bb284c6

Browse files
Docs: updates outmoded link (#2452)
1 parent 3ce04e4 commit bb284c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/english/migration/migrating-to-v6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Our newly released major versions all require a minimum TypeScript version of `4
2727

2828
### Org Wide App Installation changes to InstallationStore in @slack/oauth
2929

30-
In [`@slack/[email protected]`](https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack%2Foauth%401.4.0), we introduced support for [org wide app installations](/enterprise-grid/organization-ready-apps). To add support to your applications, two new methods were introduced to the Installation Store used during OAuth, `fetchOrgInstallation` & `storeOrgInstallation`. With ``@slack/[email protected]``, we have dropped support for these two new methods for a simpler interface. See the code samples below for the recommended changes to migrate.
30+
In [`@slack/[email protected]`](https://github.com/slackapi/node-slack-sdk/releases/tag/%40slack%2Foauth%401.4.0), we introduced support for [org wide app installations](/enterprise/organization-ready-apps). To add support to your applications, two new methods were introduced to the Installation Store used during OAuth, `fetchOrgInstallation` & `storeOrgInstallation`. With ``@slack/[email protected]``, we have dropped support for these two new methods for a simpler interface. See the code samples below for the recommended changes to migrate.
3131

3232
Before:
3333

0 commit comments

Comments
 (0)