Skip to content

Update redirect URLs for mypy and jax docs#503

Merged
mmcky merged 1 commit intomainfrom
fix/broken-links-502
Mar 26, 2026
Merged

Update redirect URLs for mypy and jax docs#503
mmcky merged 1 commit intomainfrom
fix/broken-links-502

Conversation

@mmcky
Copy link
Contributor

@mmcky mmcky commented Mar 26, 2026

Summary

Fixes redirect URLs in python_advanced_features.md to point directly to their final destinations, avoiding unnecessary redirects.

Changes

  • mypy: https://mypy.readthedocs.io/https://mypy.readthedocs.io/en/stable/ (1 redirect)
  • JAX: https://jax.readthedocs.io/https://docs.jax.dev/en/latest/ (2 redirects)

FRED Links (no change needed)

The two FRED links reported as broken (https://fred.stlouisfed.org/ and https://fred.stlouisfed.org/series/UNRATE) are returning HTTP 200 — the timeouts were transient CI issues.

Closes #502

Copilot AI review requested due to automatic review settings March 26, 2026 04:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates documentation links in the advanced Python lecture to point directly to their canonical destinations, reducing unnecessary HTTP redirects flagged by the link checker (Issue #502).

Changes:

  • Update the mypy documentation link to https://mypy.readthedocs.io/en/stable/.
  • Update the JAX documentation link to https://docs.jax.dev/en/latest/.

@github-actions
Copy link

@github-actions github-actions bot temporarily deployed to pull request March 26, 2026 04:14 Inactive
@mmcky mmcky merged commit dcf952a into main Mar 26, 2026
9 checks passed
@mmcky mmcky deleted the fix/broken-links-502 branch March 26, 2026 04:54
@mmcky
Copy link
Contributor Author

mmcky commented Mar 26, 2026

✅ Translation sync completed (zh-cn)

Target repo: QuantEcon/lecture-python-programming.zh-cn
Translation PR: QuantEcon/lecture-python-programming.zh-cn#15
Files synced (1):

  • lectures/python_advanced_features.md

@mmcky
Copy link
Contributor Author

mmcky commented Mar 26, 2026

✅ Translation sync completed (fa)

Target repo: QuantEcon/lecture-python-programming.fa
Translation PR: QuantEcon/lecture-python-programming.fa#84
Files synced (1):

  • lectures/python_advanced_features.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken Links Found in Documentation

2 participants