-
Notifications
You must be signed in to change notification settings - Fork 156
Update redirected links #28
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
base: master
Are you sure you want to change the base?
Conversation
raccoonyy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome works! I haven't been able to review your PR for a while. Sorry about that.
Since it's been a while, some links have changed. Please update them.
Thanks again for the great work.
| [site-riak]: http://docs.basho.com/riak/latest/ | ||
| [site-sqlalchemy]: http://docs.sqlalchemy.org/en/latest/index.html | ||
| [site-riak]: https://docs.basho.com/riak/latest/ | ||
| [site-sqlalchemy]: https://docs.sqlalchemy.org/en/14/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part should probably be reverted to its original state.
| [repo-vagrant]: https://github.com/mitchellh/vagrant/tree/master/website/docs | ||
| [site-vagrant]: https://docs.vagrantup.com/v2/ | ||
| [repo-docker]: https://github.com/docker/docker/tree/master/docs | ||
| [site-vagrant]: https://www.vagrantup.com/docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link should be changed to https://developer.hashicorp.com/vagrant/docs.
| [site-git-magic]: https://www-cs-students.stanford.edu/~blynn//gitmagic/ | ||
| [repo-git-it]: https://github.com/jlord/git-it | ||
| [site-git-it]: http://jlord.github.io/git-it | ||
| [site-git-it]: https://jlord.us/git-it/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link should be changed to https://jlord.computer/git-it/
| [site-redux]: https://rackt.github.io/redux/ | ||
| [repo-react]: https://github.com/facebook/react/tree/master/docs | ||
| [site-react]: https://facebook.github.io/react/docs/getting-started.html | ||
| [site-react]: https://reactjs.org/docs/getting-started.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link should be changed to https://react.dev/learn
| [repo-data-science-45min]: https://github.com/DrSkippy/Data-Science-45min-Intros | ||
| [repo-natureofcode]: https://github.com/shiffman/The-Nature-of-Code | ||
| [site-natureofcode]: http://natureofcode.com/ | ||
| [repo-natureofcode]: https://github.com/nature-of-code/noc-book |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link should be changed to https://github.com/nature-of-code/noc-book-2
hi,
in this list there is a lot of redirected links
and lot of
http://.i fixed those up like i did in sindresorhus/awesome#2180 and troxler/awesome-css-frameworks#66.
and i created a #27 where i listed dead links. please fix those up.
if you have any complain please let me know.
thanks for maintaining this list.