-
Couldn't load subscription status.
- Fork 377
docs: Update re-use-log-analytics.md for link update #302
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
Conversation
Updated link
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 updates links in re-use-log-analytics.md to point to the local deployment guide rather than the full GitHub URL.
- Replace absolute GitHub URLs with relative paths for navigation links.
- Update both the top back-link and the step 5 continuation link.
| @@ -1,4 +1,4 @@ | |||
| [← Back to *DEPLOYMENT* guide](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/blob/psl-reuselog-file/docs/DeploymentGuide.md#deployment-options--steps) | |||
| [← Back to *DEPLOYMENT* guide](/docs/DeploymentGuide.md#deployment-options--steps) | |||
Copilot
AI
Jul 4, 2025
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.
[nitpick] Consider using a relative path without a leading slash (e.g., ./DeploymentGuide.md#deployment-options--steps) to ensure links work correctly in different hosting contexts.
| [← Back to *DEPLOYMENT* guide](/docs/DeploymentGuide.md#deployment-options--steps) | |
| [← Back to *DEPLOYMENT* guide](./DeploymentGuide.md#deployment-options--steps) |
|
|
||
| ### 5. Continue Deployment | ||
| Proceed with the next steps in the [deployment guide](https://github.com/microsoft/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator/blob/psl-reuselog-file/docs/DeploymentGuide.md#deployment-options--steps). | ||
| Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-options--steps). |
Copilot
AI
Jul 4, 2025
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.
[nitpick] Similarly, update this link to use a relative path without the leading slash (./DeploymentGuide.md#deployment-options--steps) for consistency and portability.
| Proceed with the next steps in the [deployment guide](/docs/DeploymentGuide.md#deployment-options--steps). | |
| Proceed with the next steps in the [deployment guide](./DeploymentGuide.md#deployment-options--steps). |
|
🎉 This PR is included in version 2.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
docs: Update re-use-log-analytics.md for link update
Updated link
Purpose
Link update
Does this introduce a breaking change?
Other Information
Link update