wilsonzlin / minify-html

Extremely fast and smart HTML + JS + CSS minifier, available for Rust, Deno, Java, Node.js, Python, Ruby, and WASM
MIT License
842 stars 36 forks source link

Link to Parsing in Readme from PyPi #178

Open dlupton-unc opened 8 months ago

dlupton-unc commented 8 months ago

Readme on PyPi has a link for Parsing that points to "./notes/Parsing.md". This causes browsers to load https://pypi.org/project/minify-html/notes/Parsing.md, which doesn't exist. Should instead point to https://github.com/wilsonzlin/minify-html/blob/master/notes/Parsing.md.