-
-
Notifications
You must be signed in to change notification settings - Fork 27.9k
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
Removing broken links from lists #1810
Comments
Here's a tool that could help check if your lists links are alive: https://github.com/dkhamsing/awesome_bot I use it on my awesome-version-managers list |
in my repo i use this github action who check link and lint
|
This was really helpful @riderx. The only change I made was I run the awesome linter first, then the check links. |
🙋♀️ |
Hey use my Turbo C code for this..I hope this may helpful for you #include <stdio.h> // Simulated function to "check" if a URL is valid
} // Function to process URLs from a file and generate a report
} int main() {
} |
I've got a list of every dead or broken link in every awesome list, along with the error, which is probably useful to the list maintainers.
Here is the output from my cleanup script, which checks every URL in every awesome list:
That's 14% of all links being unavailable...
If you maintain an awesome list, feel free to find the file for your list and check if it has any dead links.
The text was updated successfully, but these errors were encountered: