Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[repo] docs: Correction for Broken links across the repository #2073

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

SubbaReddi
Copy link
Contributor

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

Describe your changes, with screenshots and code snippets as appropriate

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:

    • Local testing
    • E2E testing in Teams
  • New and existing unit tests pass locally with my changes

Additional information

Feel free to add other relevant information below

@SubbaReddi
Copy link
Contributor Author

@microsoft-github-policy-service agree company="Microsoft"

Copy link
Collaborator

@corinagum corinagum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks so much @SubbaReddi

@corinagum corinagum merged commit cdd1d49 into main Oct 1, 2024
16 checks passed
@corinagum corinagum deleted the SubbaReddi-patch-3 branch October 1, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Broken links across the repository
2 participants