Redirect PBS to developers - #3706
Open
saengel wants to merge 1 commit into
Open
Conversation
saengel
requested review from
YishaiGlasner and
stevekaplan123
and
a lite review from Copilot
September 8, 2026 07:48
📊 Code Quality Score: 1/100
Was this score accurate? 👍 Yes · 👎 No Scored by GitVelocity · How are scores calculated? |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change cleanly replaces the removed static route with a permanent redirect and shows no remaining runtime references to the deleted template.
Pull request overview
This PR retires Sefaria’s outdated “Powered by Sefaria” static page and replaces it with a permanent redirect to the maintained list on the developer portal (developers.sefaria.org).
Changes:
- Removed the legacy
templates/static/powered-by.htmlstatic page template. - Stopped routing
/powered-bythroughserve_staticand added a 301 redirect from/powered-bytohttps://developers.sefaria.org/docs/powered-by-sefaria.
File summaries
| File | Description |
|---|---|
templates/static/powered-by.html |
Deleted the deprecated static template formerly used for the “Powered by Sefaria” page. |
sites/sefaria/urls.py |
Removes powered-by from the static page router and adds a permanent redirect for /powered-by. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
YishaiGlasner
approved these changes
Sep 8, 2026
saengel
enabled auto-merge
September 8, 2026 09:40
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.
Description
Sefaria used to have a static page for displaying PBS, however it is now outdated - and we'd like instead to redirect to developers.sefaria.org/docs/powered-by-sefaria where we keep the updated list (for now).
Code Changes
Notes
The static page was archived in conjunction with the engagement team.