FIX: point the Polars benchmarks link at its final destination - #598
Merged
Conversation
www.pola.rs redirects to the apex domain; the direct URL avoids the redirect flagged in the weekly link-check report. See #597 (closes after the next publish clears the workspace.html redirect already fixed on main by #590). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Polars lecture to link directly to the final destination of the Polars TPC-H benchmarks page (avoiding an unnecessary redirect), aligning with the link-check report findings for the published site.
Changes:
- Replace
https://www.pola.rs/benchmarks/withhttps://pola.rs/benchmarks/in the Polars lecture tip block.
Contributor
Author
✅ Translation sync completed (fa)Target repo: QuantEcon/lecture-python-programming.fa
|
Contributor
Author
✅ Translation sync completed (fr)Target repo: QuantEcon/lecture-python-programming.fr
|
Contributor
Author
✅ Translation sync completed (zh-cn)Target repo: QuantEcon/lecture-python-programming.zh-cn
|
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.
One of the two redirects in the 2026-08-03 link-check report (#597):
www.pola.rs/benchmarks/→pola.rs/benchmarks/inpolars.md(verified 200, no redirect).The other flagged redirect —
workspace.html's GitHub PR-docs link — is already fixed onmainby #590; the report sees the old URL because it checks the published site, which hasn't been republished since. It will clear on the next publish, which makes #597 a live example of the drift described in #591.No closing keyword on purpose: #597 should stay open (the action refreshes its body in place) until a publish clears the workspace redirect, then be closed by hand.
🤖 Generated with Claude Code