🚜 Replace jobs.python.org references with https://www.python.org/jobs/ - #3091
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates remaining fixture references from jobs.python.org (now redirecting) to the canonical Python.org Job Board URL (https://www.python.org/jobs/), keeping seeded/fixture data aligned with current site behavior.
Changes:
- Renames the sponsorship benefit from “jobs.python.org support” to “Python Job Board support” and updates its description to reference the canonical URL.
- Updates the homepage “Jobs” box fixture link to point directly to
https://www.python.org/jobs/and adjusts link text accordingly.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
fixtures/sponsors.json |
Updates sponsorship benefit name/description to reference the Python.org Job Board URL. |
fixtures/sponsors-admin.json |
Keeps admin-related sponsor benefit fixture entries consistent with the updated benefit name/description. |
fixtures/boxes.json |
Updates the homepage jobs box link to the canonical https://www.python.org/jobs/ URL and link text. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
JacobCoffee
approved these changes
Aug 17, 2026
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Suppressed comments (1)
fixtures/boxes.json:143
- The homepage jobs box copy was changed (the “Our relaunched community-run job board…” sentence was removed). The PR description focuses on updating the jobs URL; if this copy change wasn’t intentional, consider restoring the original text while keeping the updated https://www.python.org/jobs/ link.
"content": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-jobs\"></span>Jobs</h2>\r\n<p>Looking for work or have a Python related position that you're trying to hire for?</p>\r\n<p><a href=\"https://www.python.org/jobs/\">Python Job Board</a></p>",
"content_markup_type": "html",
"_content_rendered": "<h2 class=\"widget-title\"><span aria-hidden=\"true\" class=\"icon-jobs\"></span>Jobs</h2>\r\n<p>Looking for work or have a Python related position that you're trying to hire for?</p>\r\n<p><a href=\"https://www.python.org/jobs/\">Python Job Board</a></p>"
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.
jobs.python.orgredirects tohttps://www.python.org/jobs/. This updates the remaining references in the fixtures: the homepage jobs box link, and the sponsorship benefit name and description.After seeing some tombstones like #56 this felt pretty reasonable to assume.