8000 GH-103484: Fix broken links reported by linkcheck by rffontenelle · Pull Request #103608 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-103484: Fix broken links reported by linkcheck #103608

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

Merged
merged 5 commits into from
Apr 22, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Doc: Make mark-up code as literal
  • Loading branch information
rffontenelle committed Apr 19, 2023
commit 95c516f4413a4f29e07ecb48e8825d1270e9aa38
2 changes: 0 additions & 2 deletions Doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,6 @@
]

linkcheck_ignore = [
# A code sam ACC6 ple in Misc/NEWS.d/3.9.0a1.rst
'https:\/\/$',
# The crawler gets "Anchor not found"
r'https://github.com.+?#.*',
r'https://devguide.python.org.+?/#.*',
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.9.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4887,7 +4887,7 @@ Fix use of registry values to launch Python from Microsoft Store app.
.. section: Windows

Fix memory leak on Windows in creating an SSLContext object or running
urllib.request.urlopen('https://...').
``urllib.request.urlopen('https://...')``.

..

Expand Down
0