Fix Broken Links in Documentation#5080
Merged
Bibo-Joshi merged 4 commits intopython-telegram-bot:masterfrom Jan 3, 2026
Merged
Fix Broken Links in Documentation#5080Bibo-Joshi merged 4 commits intopython-telegram-bot:masterfrom
Bibo-Joshi merged 4 commits intopython-telegram-bot:masterfrom
Conversation
Bibo-Joshi
requested changes
Jan 3, 2026
Member
Bibo-Joshi
left a comment
There was a problem hiding this comment.
Hey, thanks for the PR! One comment :)
docs/source/conf.py
Outdated
| re.escape("https://docs.python-telegram-bot.org/en/doc-fixes"), | ||
| # Apparently has some human-verification check and gives 403 in the sphinx build | ||
| re.escape("https://stackoverflow.com/questions/tagged/python-telegram-bot"), | ||
| # GitHub bot user URLs contain square brackets which cause 404 errors |
Member
There was a problem hiding this comment.
can you instead please replace occurences of dependabot[bot] with dependabot?
Contributor
Author
There was a problem hiding this comment.
Done, could you take another look?
Bibo-Joshi
requested changes
Jan 3, 2026
Member
Bibo-Joshi
left a comment
There was a problem hiding this comment.
nice, thanks! One more request thouh, please create a file at changes/unreleased/5080.BYez3ivHiHpRDEjnsCStKM.toml with the content
documentation = "Fix Broken Links in Documentation"
[[pull_requests]]
uid = "5080"
author_uids = ["calm329"]
closes_threads = ["5074"]Sorry, missed that before …
Contributor
Author
Done |
Member
|
Thanks very much for the contribution! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Closes #5074
Fixes broken links detected by the linkcheck workflow:
Telegram sticker documentation anchors - The anchors
#animation-requirementsand#video-requirementsno longer exist on https://core.telegram.org/stickers. Updated to the new anchors#animated-stickers-and-emojiand#video-stickers-and-emoji.Google Maps documentation URL - The
/supported_typesendpoint permanently redirects to a legacy page. Updated all occurrences to use/place-typeswhich is the current documentation.GitHub bot user URL - Replaced
dependabot[bot]withdependabotin changelog to fix the broken GitHub profile link.Check-list for PRs
.. versionadded:: NEXT.VERSION... - N/A (no user-facing changes)AUTHORS.rst(optional)__all__s - N/AContribution by Gittensor, see my contribution statistics at https://gittensor.io/miners/details?githubId=148254234