From 1ecf20b00a5efdeea0cd46906dc47f95e562178a Mon Sep 17 00:00:00 2001 From: Cliff Koh Date: Fri, 30 Apr 2021 21:09:22 +0800 Subject: [PATCH] Fix link to Fabric Bot (#9988) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary of the Pull Request πŸ‘‹ Just a minor change to fix an outdated link. ## References N/A - subject matter expert ## PR Checklist * [ ] Closes #xxx * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments Original link was demised late 2020. Updated link to be correct. ## Validation Steps Performed --- .github/actions/spelling/expect/expect.txt | 1 + doc/bot.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/expect/expect.txt b/.github/actions/spelling/expect/expect.txt index 20c20fc14..85792449e 100644 --- a/.github/actions/spelling/expect/expect.txt +++ b/.github/actions/spelling/expect/expect.txt @@ -755,6 +755,7 @@ EXSTYLE EXTENDEDEDITKEY EXTKEY EXTTEXTOUT +fabricbot facename FACENODE FACESIZE diff --git a/doc/bot.md b/doc/bot.md index 73ba489c0..928dcb1e3 100644 --- a/doc/bot.md +++ b/doc/bot.md @@ -127,4 +127,4 @@ When a release is created, if the PR ID number is linked inside the release desc - Issue message: πŸŽ‰This issue was addressed in #{pull request ID}, which has now been successfully released as {release name} {release version}.πŸŽ‰" ## Admin Panel -[Here](https://fabric-cp.azurewebsites.net/bot/) +[Here](https://portal.fabricbot.ms/bot/?repo=microsoft/terminal)