Python: docs: replace the stale learn-docs placeholder with the live links - #7777
Open
Yufeng He (he-yufeng) wants to merge 2 commits into
Open
Python: docs: replace the stale learn-docs placeholder with the live links#7777Yufeng He (he-yufeng) wants to merge 2 commits into
Yufeng He (he-yufeng) wants to merge 2 commits into
Conversation
Yufeng He (he-yufeng)
temporarily deployed
to
github-app-auth
August 20, 2026 08:42 — with
GitHub Actions
Inactive
Yufeng He (he-yufeng)
temporarily deployed
to
github-app-auth
August 20, 2026 08:42 — with
GitHub Actions
Inactive
Yufeng He (he-yufeng)
temporarily deployed
to
github-app-auth
August 20, 2026 08:42 — with
GitHub Actions
Inactive
Yufeng He (he-yufeng)
temporarily deployed
to
github-app-auth
August 20, 2026 08:43 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
Replaces the stale Python documentation placeholder with live Microsoft Learn resources.
Changes:
- Adds overview, quick-start, and tutorials links.
- Retains the existing design-document link.
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
| - Learn docs are coming soon. | ||
| - [Learn: Agent Framework Overview](https://learn.microsoft.com/agent-framework/overview/agent-framework-overview) | ||
| - [Learn: Quick Start](https://learn.microsoft.com/agent-framework/tutorials/quick-start) | ||
| - [Learn: Tutorials](https://learn.microsoft.com/agent-framework/tutorials/overview) |
Contributor
Author
There was a problem hiding this comment.
Fixed in c921461. The Tutorials entry now points to the current Get Started landing page, which lists the full tutorial sequence. I also verified that the URL resolves successfully.
Yufeng He (he-yufeng)
force-pushed
the
docs/python-readme-learn-links
branch
from
August 21, 2026 11:14
f4d3543 to
c921461
Compare
Yufeng He (he-yufeng)
deployed
to
github-app-auth
August 21, 2026 11:14 — with
GitHub Actions
Active
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.
Fixes #7771. python/README.md still said 'Learn docs are coming soon' while the Learn content is live; this swaps the placeholder for the three entry links the root README uses (all three verified 200 today). Note the issue's second claim does not hold: docs/design exists on main, so the Design Documents link is left alone.