links

command
v0.0.0-...-c7b4ba4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2021 License: Unlicense Imports: 8 Imported by: 0

README

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.

Documentation

Overview

links examines HTML files and reports invalid links.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL