Documentation
¶
Overview ¶
Package doclinks verifies local destinations in Markdown documents.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokenLink ¶
BrokenLink identifies a local destination that does not exist.
func CheckFiles ¶
func CheckFiles(root string, files []string) ([]BrokenLink, error)
CheckFiles returns local link destinations that do not exist below root.
Click to show internal directories.
Click to hide internal directories.