Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get ride of dead links on README.md file #825

Closed
micalevisk opened this issue Apr 27, 2021 · 3 comments
Closed

Get ride of dead links on README.md file #825

micalevisk opened this issue Apr 27, 2021 · 3 comments

Comments

@micalevisk
Copy link
Contributor

micalevisk commented Apr 27, 2021

Hey! I've use the link checker https://github.com/lycheeverse/lychee against your README.md, and found a few broken links:

  1. - [ ] [Tail Recursion (video)](https://www.youtube.com/watch?v=L1jjXGfxozc)
  2. - [Paging, segmentation and virtual memory (video)](https://www.youtube.com/watch?v=LKe7xK0bF7o&list=PLCiOXwirraUCBE9i_ukL8_Kfg6XNv7Se8&index=2)
  3. - [Interrupts (video)](https://www.youtube.com/watch?v=uFKi2-J-6II&list=PLCiOXwirraUCBE9i_ukL8_Kfg6XNv7Se8&index=3)
  4. - [Design an online multiplayer card game](http://www.indieflashblog.com/how-to-create-an-asynchronous-multiplayer-game.html)
  5. - [InterviewBit](https://www.interviewbit.com/invite/icjf)
  6. HTTP timeout
    - [Celery](http://www.celeryproject.org/)
  7. - [Kd Trees (video)](https://www.youtube.com/watch?v=W94M9D_yXKk)
  8. - [Tensorflow Tutorials](https://www.tensorflow.org/versions/r0.11/tutorials/index.html)
  9. - [Google/Kaggle Machine Learning Engineer Nanodegree](https://www.udacity.com/course/machine-learning-engineer-nanodegree-by-google--nd009)
  10. - [Metis Online Course ($99 for 2 months)](http://www.thisismetis.com/explore-data-science)
  11. - [MIT 6.050J: Information and Entropy, Spring 2008 (19 videos)](https://www.youtube.com/watch?v=phxsQrZQupo&list=PL_2Bwul6T-A7OldmhGODImZL8KEVE38X7)

btw do you think that could be cool to use their GitHub Action lychee-action to write GH workflows that will perform links checker against all Pull Requests, and every month, look up for broken links (404 or 401 responses in Lychee summary) and create automated issues to let you aware of they? I can prototype and test this in a fork and make a PR if you want 😄


Lychee summary:
📝 Summary
---------------------
🔍 Total..........802
✅ Successful.....789
⏳ Timeouts.........2
🔀 Redirected.......0
👻 Excluded.........0
🚫 Errors..........11

Errors in README.md
⧖ http://www.algorithm.cs.sunysb.edu/algowiki/index.php/The_Algorithms_Design_Manual_(Second_Edition)
✗ https://www.youtube.com/watch?v=uFKi2-J-6II&list=PLCiOXwirraUCBE9i_ukL8_Kfg6XNv7Se8&index=3 (HTTP status client error (404 Not Found) for url (https://img.youtube.com/vi/uFKi2-J-6II/0.jpg))
✗ https://www.youtube.com/watch?v=LKe7xK0bF7o&list=PLCiOXwirraUCBE9i_ukL8_Kfg6XNv7Se8&index=2 (HTTP status client error (404 Not Found) for url (https://img.youtube.com/vi/LKe7xK0bF7o/0.jpg))
✗ http://blog.panictank.net/category/algorithmndesignmanualsolutions/page/2/ (HTTP status server error (500 Internal Server Error) for url (http://blog.panictank.net/category/algorithmndesignmanualsolutions/page/2/))
✗ https://www.interviewbit.com/invite/icjf (HTTP status client error (404 Not Found) for url (https://www.interviewbit.com/invite/icjf))
✗ http://www.indieflashblog.com/how-to-create-an-asynchronous-multiplayer-game.html (HTTP status client error (404 Not Found) for url (http://www.indieflashblog.com/how-to-create-an-asynchronous-multiplayer-game.html))
✗ https://www.youtube.com/watch?v=W94M9D_yXKk (HTTP status client error (404 Not Found) for url (https://img.youtube.com/vi/W94M9D_yXKk/0.jpg))
✗ https://www.youtube.com/watch?v=phxsQrZQupo&list=PL_2Bwul6T-A7OldmhGODImZL8KEVE38X7 (HTTP status client error (404 Not Found) for url (https://img.youtube.com/vi/phxsQrZQupo/0.jpg))
✗ https://www.youtube.com/watch?v=L1jjXGfxozc (HTTP status client error (404 Not Found) for url (https://img.youtube.com/vi/L1jjXGfxozc/0.jpg))
✗ https://www.udacity.com/course/machine-learning-engineer-nanodegree-by-google--nd009 (HTTP status client error (404 Not Found) for url (https://www.udacity.com/course/machine-learning-engineering-nanodegree--nd009t))
✗ https://www.tensorflow.org/versions/r0.11/tutorials/index.html (HTTP status client error (404 Not Found) for url (https://www.tensorflow.org/versions/r0.11/tutorials/index.html))
⧖ http://www.celeryproject.org/
✗ http://www.thisismetis.com/explore-data-science (HTTP status client error (404 Not Found) for url (https://www.thisismetis.com/explore-data-science))
@jwasham
Copy link
Owner

jwasham commented May 3, 2021

I think this would be helpful!
Go ahead and give it a try.

@JaeQueCoder
Copy link

Great work finding dead links @micalevisk

@jwasham
Copy link
Owner

jwasham commented Dec 11, 2021

Closing issue: PR: #1028

@jwasham jwasham closed this as completed Dec 11, 2021
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

No branches or pull requests

3 participants