-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix: correct improperly closed C# code block #127
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
Fix: correct improperly closed C# code block #127
Conversation
|
👋 Thanks for contributing @rsplanes! We will review the pull request and get back to you soon. |
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Country Locale in URLsWe have automatically detected added country locale to URLs in your files. Check the file paths and associated URLs inside them.
|
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
Check Broken PathsWe have automatically detected the following broken relative paths in your files. Check the file paths and associated broken paths inside them.
|
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
|
@microsoft-github-policy-service agree |
Check Broken URLsWe have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue. Check the file paths and associated broken URLs inside them.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
|
Thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes broken Markdown links across multiple translation files by updating the directory name and removes locale-specific segments from French documentation URLs.
- Updated relative paths to
02-SetupDevEnvironmentfor vision-audio tutorials in all translations - Cleaned up French links by removing the
fr-frlocale from Azure AI Foundry URLs
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/tw/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
| translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md | Removed fr-fr locale segments from doc URLs |
| 03-CoreGenerativeAITechniques/03-vision-audio.md | Adjusted relative link to setup doc |
Comments suppressed due to low confidence (1)
03-CoreGenerativeAITechniques/03-vision-audio.md:91
- [nitpick] Use 'set up' instead of 'setup' when using it as a verb to improve grammatical consistency.
To setup an Azure AI Speech Service model, [follow these directions](../02-SetupDevEnvironment/getting-started-azure-openai.md) but instead of choosing an OpenAI model, choose **Azure-AI-Speech**.
This PR fixes a formatting issue in one of the Markdown files where a C# code block was not properly closed. As a result, the paragraph was rendered as code. The issue has been corrected to improve readability and documentation clarity
Let me know if you'd like me to check other files for similar issues