Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates broken relative links in README files across multiple library packages and the root README, converting them to absolute GitHub URLs. However, there is one critical issue in the root README.md where the link text doesn't match the target file.
- Purpose: Fix broken relative links by converting them to absolute GitHub URLs for better compatibility when README files are viewed on PyPI
- Key Changes:
- Updated 12 library README files to use absolute GitHub URLs for references to root README.md and LICENSE.md
- Root README.md link updated (but with incorrect link text)
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| libraries/microsoft-agents-a365-tooling/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-tooling-extensions-semantickernel/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-tooling-extensions-openai/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-tooling-extensions-agentframework/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-runtime/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-observability-extensions-semantickernel/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-observability-extensions-openai/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-observability-extensions-langchain/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-observability-extensions-agentframework/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-observability-core/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| libraries/microsoft-agents-a365-notifications/README.md | Updated links from relative paths to absolute GitHub URLs for README.md and LICENSE.md |
| README.md | Updated link to build instructions but with mismatched link text (says "BUILD.md" but points to "HOW_TO_SET_A_VERSION.md") |
joratz
previously approved these changes
Dec 1, 2025
pontemonti
approved these changes
Dec 1, 2025
juliomenendez
approved these changes
Dec 1, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.