Fix broken links - replace relative links with full GitHub URLs

Co-authored-by: ronniegeraghty <28957151+ronniegeraghty@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-10-10 18:11:43 +00:00
parent 049216e414
commit a936a7f048
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
You are an expert C++ programmer.
For comprehensive guidance on AI agent interactions with this repository, see [AGENTS.md](../AGENTS.md).
For comprehensive guidance on AI agent interactions with this repository, see [AGENTS.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/AGENTS.md).
## Repository Structure

View File

@ -300,12 +300,12 @@ See [doc/TestProxy.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/doc/
## Cross-References
- **Copilot-Specific Instructions**: [.github/copilot-instructions.md](.github/copilot-instructions.md)
- **Contribution Guide**: [CONTRIBUTING.md](CONTRIBUTING.md)
- **Copilot-Specific Instructions**: [.github/copilot-instructions.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/.github/copilot-instructions.md)
- **Contribution Guide**: [CONTRIBUTING.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/CONTRIBUTING.md)
- **API Design Guidelines**: <https://azure.github.io/azure-sdk/cpp_introduction.html>
- **Test Proxy Documentation**: [doc/TestProxy.md](doc/TestProxy.md)
- **Performance Testing**: [doc/PerformanceTesting.md](doc/PerformanceTesting.md)
- **Distributed Tracing**: [doc/DistributedTracing.md](doc/DistributedTracing.md)
- **Test Proxy Documentation**: [doc/TestProxy.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/doc/TestProxy.md)
- **Performance Testing**: [doc/PerformanceTesting.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/doc/PerformanceTesting.md)
- **Distributed Tracing**: [doc/DistributedTracing.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/doc/DistributedTracing.md)
## Additional Resources
@ -337,4 +337,4 @@ See [doc/TestProxy.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/doc/
This file follows the [AGENTS.md specification](https://agents.md) for standardizing AI agent interactions with repositories.
For Copilot-specific instructions, see [.github/copilot-instructions.md](.github/copilot-instructions.md).
For Copilot-specific instructions, see [.github/copilot-instructions.md](https://github.com/Azure/azure-sdk-for-cpp/blob/main/.github/copilot-instructions.md).