From 6ca1a6798cee1bab5b4dfc9591893d1e1c6c0390 Mon Sep 17 00:00:00 2001 From: Michael Kalish Date: Tue, 24 Sep 2024 10:39:31 -0400 Subject: [PATCH] Fork slack-boltjs-app to new location (#15937) --- .gitmodules | 2 +- prime-router/docs/docs-deprecated/chatops-provisioning.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2dabe2b7af9..e9bf75b86d0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "operations/slack-boltjs-app"] path = operations/slack-boltjs-app - url = https://github.com/JosiahSiegel/slack-boltjs-app + url = https://github.com/focusconsulting/slack-boltjs-app diff --git a/prime-router/docs/docs-deprecated/chatops-provisioning.md b/prime-router/docs/docs-deprecated/chatops-provisioning.md index be53b2b7e44..2d43ba96f49 100644 --- a/prime-router/docs/docs-deprecated/chatops-provisioning.md +++ b/prime-router/docs/docs-deprecated/chatops-provisioning.md @@ -2,7 +2,7 @@ ## Application -[slack-boltjs-app](https://github.com/JosiahSiegel/slack-boltjs-app) is installed as a submodule under [operations/slack-boltjs-app](../../operations/slack-boltjs-app/). +[slack-boltjs-app](https://github.com/focusconsulting/slack-boltjs-app) is installed as a submodule under [operations/slack-boltjs-app](../../operations/slack-boltjs-app/). To update the submodule, navigate to the subdirectory and `git pull`.