Skip to main content

Overview

Links is a fast and configurable Go tool for checking the status of page links on a given host.

The main purpose of the tool is to quickly inspect the links on web pages of a given host and check their status. The principal use case is to check the links on a generated static HTML website, but it can be used for any host.

Features

  • Inspect internal and external links with flexible configuration options.
  • Supports multiple output formats: stdout, HTML, and CSV.
  • Supports detailed configuration of pages inspecting and results outputting.

Quick Start

  1. Install the tool using one of the methods described in the Installation section.

  2. Run the tool with the inspect command to check the links on a given host. For example:

    links inspect --host=https://yaroslavgrebnov.com -o html
  3. Review the results on the generated HTML page. Example HTML output

Additional Resources