debug icon indicating copy to clipboard operation
debug copied to clipboard

Links to example on readme returning 404 pages

Open davidekete opened this issue 2 years ago • 3 comments

Screenshot 2023-03-06 at 12 31 14 PM Please review or remove links to examples in your readme. Links such as the stdout.js in the screenshot above return a 404 page.

davidekete avatar Mar 06 '23 11:03 davidekete

Yeah the Readme needs a lot of love. The examples aren't there anymore, they were mostly pointless as the readme has a ton of examples already (debug is not a hard package to use).

I'll keep this open to remind myself of this when I finally get to the readme. Thanks for letting me know :)

Qix- avatar Mar 06 '23 17:03 Qix-

Let me know if you need any help. I can help fix the readme.

davidekete avatar Mar 07 '23 10:03 davidekete

I've added example files matching the original README links in the following PR. I also updated the code to pass linting and updated the README with the new lint-friendly code.

https://github.com/debug-js/debug/pull/938

mitant avatar Jul 20 '23 15:07 mitant