-
-
Notifications
You must be signed in to change notification settings - Fork 65.5k
Replace broken 'Python 中文学习大本营' link with '菜鸟教程 Python3 教程' (#13005) #13008
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
Replace broken 'Python 中文学习大本营' link with '菜鸟教程 Python3 教程' (#13005) #13008
Conversation
|
Linter failed, fix the error(s): |
6958b1c to
202e988
Compare
|
Linter failed, fix the error(s): |
202e988 to
372bc29
Compare
|
All checks have successfully passed, and the alphabetical ordering issue has been fully resolved. This update aligns with the repository’s standards for high-quality free programming materials. The PR is now complete and ready for merge. |
|
remove the runoob addition from this PR please |
|
@eshellman Done! I’ve removed the Runoob addition. Please take another look and let me know if any other changes are needed. |
jdalfons
left a comment
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.
LGTM
|
@eshellman All requested changes have been addressed and all checks have passed. |
|
Thanks, and welcome to free-programming-books! |
Summary
This pull request fixes the broken link for Python 中文学习大本营 in the Chinese Python section of free-programming-books.
The original URL (http://www.pythondoc.com/
) now redirects to unrelated or spam content, and no longer provides any Python learning material.
What was wrong
The original site is unreachable or misdirected for most regions.
It does not serve Python-related content anymore.
No verifiable archived or mirrored version exists that contains the original material.
Issue #13005 confirms the problem and recommends removing or replacing the link.
What I did
Removed the outdated and misdirecting link.
Replaced it with a stable, reputable, free Chinese tutorial: 菜鸟教程 · Python3 教程
URL: https://www.runoob.com/python3/python3-tutorial.html
This resource is widely used, free, beginner-friendly, and maintained.
Ensured formatting matches the repository’s Markdown style.
Why this replacement
Provides equivalent free educational content.
Known reliable resource in the Chinese developer community.
Accessible globally (unlike the original site).
Aligns with the repository’s goal of providing high-quality free programming materials.
Related Issue
Fixes: #13005