[repo] docs: Correction for Broken links across the repository #2073
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Linked issues
closes: #2000
Details
Provide a list of your changes here. If you are fixing a bug, please provide steps to reproduce the bug.
FILE: ./python/samples/06.auth.oauth.messageExtensions/README.md
[✖] #other-ways-to-run-the-sample
FILE: ./python/samples/04.ai.f.dataSource.azureOpenAI/README.md
[✖] #azure-openai-on-your-data
FILE: ./python/samples/06.auth.oauth.bot/README.md
[✖] #other-ways-to-run-the-sample
FILE: ./python/samples/01.messaging.a.echoBot/README.md
[✖] #other-ways-to-run-the-sample
FILE: ./python/samples/04.ai.a.twentyQuestions/README.md
[✖] #ai-in-microsoft-teams:-twenty-questions
FILE: ./js/samples/04.ai-apps/c.vision-cardGazer/README.md
[✖] #microsoft-teams-vision-enabled-bot--card-gazer
FILE: ./js/samples/04.ai-apps/a.teamsChefBot/README.md
[✖] ../README.md#testing-in-botframework-emulator
[✖] ../README.md#multiple-ways-to-test
FILE: ./js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/README.md
[✖] ../README.md#testing-in-botframework-emulator
[✖] ../README.md#multiple-ways-to-test
FILE: ./js/samples/05.authentication/c.oauth-messageExtension/README.md
[✖] ../README.md#testing-in-botframework-emulator
[✖] ../README.md#multiple-ways-to-test
FILE: ./js/samples/05.authentication/b.oauth-bot/README.md
[✖] ../README.md#testing-in-botframework-emulator
[✖] ../README.md#multiple-ways-to-test
FILE: ./js/samples/05.authentication/e.teamsSSO-messageExtension/README.md
[✖] ../README.md#testing-in-botframework-emulator
[✖] ../README.md#multiple-ways-to-test
FILE: ./js/samples/05.authentication/d.teamsSSO-bot/README.md
[✖] ../README.md#testing-in-botframework-emulator
[✖] ../README.md#multiple-ways-to-test
FILE: ./js/samples/05.authentication/a.oauth-adaptiveCard/README.md
[✖] ../README.md#testing-in-botframework-emulator
[✖] ../README.md#multiple-ways-to-test
FILE: ./js/samples/README.md
[✖] https://openai.com/api/
FILE: ./js/packages/teams-ai/README.md
[✖] https://github.com/microsoft/teams-ai/blob/main/getting-started/MIGRATION/JS.md
FILE: ./dotnet/samples/04.ai.b.messageExtensions.gptME/README.md
[✖] https://openai.com/api/
FILE: ./dotnet/samples/04.ai.a.teamsChefBot/README.md
[✖] https://openai.com/api/
FILE: ./dotnet/samples/04.ai.e.chainedActions.devOpsBot/README.md
[✖] https://openai.com/api/
FILE: ./dotnet/samples/04.ai.c.actionMapping.lightBot/README.md
[✖] https://openai.com/api/
FILE: ./dotnet/samples/04.ai.d.chainedActions.listBot/README.md
[✖] https://openai.com/api/
FILE: ./dotnet/samples/README.md
[✖] https://platform.openai.com
FILE: ./dotnet/samples/04.ai.f.vision.cardMaster/README.md
[✖] https://openai.com/api/
FILE: ./dotnet/samples/04.e.twentyQuestions/README.md
[✖] https://openai.com/api/
FILE: ./dotnet/samples/08.datasource.azureaisearch/AzureAISearchBot/README.md
[✖] ../README.md
FILE: ./dotnet/packages/Microsoft.TeamsAI/README.md
[✖] https://platform.openai.com/
[✖] https://github.com/microsoft/teams-ai/blob/main/getting-started/MIGRATION/DOTNET.md
FILE: ./getting-started/CONCEPTS/DATA-SOURCES.md
[✖] https://github.com/microsoft/teams-ai/tree/main/js/samples/04.ai.a.teamsChefBot
FILE: ./getting-started/CONCEPTS/MODERATOR.md
[✖] https://platform.openai.com/docs/api-reference/moderations
FILE: ./getting-started/MIGRATION/01.JS.md
[✖] ../.QUICKSTART.md
[✖] #2-replace-the-activity-handler-implementations-with-specific-route-handlers
FILE: ./getting-started/MIGRATION/02.DOTNET.md
[✖] ../.QUICKSTART.md
[✖] #2-replace-the-activity-handler-implementations-with-specific-route-handlers
code snippets:
screenshots:
Attestation Checklist
My code follows the style guidelines of this project
I have checked for/fixed spelling, linting, and other errors
I have commented my code for clarity
I have made corresponding changes to the documentation (updating the doc strings in the code is sufficient)
My changes generate no new warnings
I have added tests that validates my changes, and provides sufficient test coverage. I have tested with:
New and existing unit tests pass locally with my changes
Additional information