kaleidawave / ezno

A JavaScript compiler and TypeScript checker written in Rust with a focus on static analysis and runtime performance
https://kaleidawave.github.io/posts/introducing-ezno/
MIT License
2.3k stars 42 forks source link

Fix getting started link in README #151

Closed jasikpark closed 1 month ago

jasikpark commented 1 month ago

Updates a link to the checker getting started docs

github-actions[bot] commented 1 month ago

👋 Thanks for the PR. Please add a description to the PR, so others know what has been changed :)

kaleidawave commented 1 month ago

Whoops. I wonder if there is a simple (no config) markdown checking (formatting and no broken link) tool that could be added in the CI to prevent it happening the future?

jasikpark commented 1 month ago

I wonder if https://lychee.cli.rs/recipes/relative-links/ is the right choice? It looks like it supports local relative links and it's written in rust!

kaleidawave commented 3 weeks ago

Yeah will have a look. I use the https://github.com/DavidAnson/markdownlint vscode extension for some things but I don't like the defaults. Need something in the middle?