Skip to content

Link Checker v1.0.0 Release

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 23:22
d4e2035

We are excited to announce the release of Link Checker v1.0.0! This is a powerful tool for checking broken links in websites, helping you ensure the integrity and quality of your web content.

Features:

  • Comprehensive link scanning: Link Checker scans your website and detects broken links, allowing you to identify and fix them quickly.
  • Fast and efficient: Link Checker is built with performance in mind, providing speedy link checking for even large websites.
  • Detailed reporting: The tool generates detailed reports, including the URLs of broken links, their status codes, and any other relevant information.

How to Use:

  • Download the appropriate binary for your operating system from the Releases page.
  • Install the Link Checker tool on your machine.
  • Run the tool by executing the ./linkchecker or linkchecker.exe command followed by the URL of the website you want to check, like this:
    • Linux:
    ./linkchecker https://www.example.com
    
    • Windows:
    linkchecker.exe https://www.example.com
    

Replace https://www.example.com with the URL of the website you want to scan.

Wait for the scan to complete. The tool will provide you with a summary of broken links found, allowing you to take the necessary actions for fixing them.

Contributions and Feedback:

We welcome contributions and feedback from the community! If you encounter any issues, have suggestions for improvements, or would like to contribute to the development of Link Checker, please feel free to submit an issue or pull request on our GitHub repository.

Thank you for using Link Checker and helping us build a more reliable web!