package
0.0.0-20230903124648-ec3c368a9ca2
Repository: https://github.com/mewmew/playground.git
Documentation: pkg.go.dev

# README

links

This tool examines HTML files and reports invalid links.

Installation

go get github.com/mewmew/playground/cmd/links

Usage

links PATH...

Examples

  1. Report any invalid links in the set of files a.html and b.html.

     cd testdata/
     links *.html
     // Output:
     // invalid fragment id to "b.html#a" in file "a.html".
     // invalid link target "c.html" in file "b.html".
    

Public domain

The source code and any original content of this repository is hereby released into the public domain.

# Structs

No description provided by the author