Fix broken links: resolve 78 redirects and remove 24 dead links (fixes #84)#146
Open
shiva-sai-824 wants to merge 1 commit intorossant:masterfrom
Open
Fix broken links: resolve 78 redirects and remove 24 dead links (fixes #84)#146shiva-sai-824 wants to merge 1 commit intorossant:masterfrom
shiva-sai-824 wants to merge 1 commit intorossant:masterfrom
Conversation
- Updated HTTP to HTTPS redirects - Fixed domain changes and path updates - Removed completely dead links with no working alternatives - Added fix_links.py script for automated link maintenance
Author
|
@rossant can you review and merge it?? |
rossant
reviewed
Jan 5, 2026
| * 📝 [Algebraic Number Theory Course Notes](http://people.math.gatech.edu/~mbaker/pdf/ANTBook.pdf) - Matthew Baker (Georgia Tech) | ||
| * 📝 [A Course In Algebraic Number Theory](http://www.math.uiuc.edu/~r-ash/ANT.html) - Robert Ash | ||
| * 📝 [Algebraic Number Theory](https://www.jmilne.org/math/CourseNotes/ANT.pdf) - J.S. Milne | ||
| * 📝 [Algebraic Number Theory Course Notes](https://mattbaker.blog/) - Matthew Baker (Georgia Tech) |
Owner
There was a problem hiding this comment.
use this link instead?
https://www.math.utoronto.ca/~ila/ANTBook.pdf
rossant
reviewed
Jan 5, 2026
| ### Statistical Learning | ||
|
|
||
| * 📝 [An Introduction to Statistical Learning with Applications in R](http://www-bcf.usc.edu/~gareth/ISL/ISLR%20First%20Printing.pdf) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani | ||
| * 📝 [An Introduction to Statistical Learning with Applications in R](http://faculty.marshall.usc.edu/gareth-james/) - Gareth James, Daniela Witten, Trevor Hastie, Robert Tibshirani |
rossant
reviewed
Jan 5, 2026
| * 📝 [An Introduction to Statistical Signal Processing](https://ee.stanford.edu/~gray/sp.pdf) - Robert M. Gray, Lee D. Davisson | ||
| * 📝 [Think DSP](https://greenteapress.com/wp/think-dsp/) - Allen B. Downey | ||
| * 📝 [Linear algebra, signal processing, and wavelets. A unified approach.](https://www.uio.no/studier/emner/matnat/math/MAT-INF2360/v15/kompendium/applinalgpython.pdf) - Øyvind Ryan (University of Oslo) | ||
| * 📝 [Linear algebra, signal processing, and wavelets. A unified approach.](https://www.uio.no/studier/emner/matnat/math/nedlagte-emner/MAT-INF2360/v15/kompendium/applinalgpython.pdf) - Øyvind Ryan (University of Oslo) |
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.
Summary
This PR addresses issue #84 by fixing broken and redirected links in the README.
Changes Made
Key Updates
Validation
Tested using deadlink tool to verify all changes reduce broken links while maintaining resource accessibility.