Skip to content

PranjalMaithani/linkinator-repeated-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • npm install
  • npm start
  • npm run linkinator to run linkinator

pageA has 2 broken links:

  • /broken123
  • /broken456

pageB has 2 broken links

  • /broken123
  • /broken789

The /broken123 link is a common broken link in the 2 pages. When I run linkinator it is not informing me of /broken123 in pageB

pageA/index.html
  [404] broken123
  [404] broken456
pageB/index.html
  [404] broken789

This is the output I'm getting

About

Minimal repro repo for a linkinator issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages