neovim / doc

Generated documentation and reports
neovim.github.io/doc/
Apache License 2.0
34 stars 13 forks source link

chore: fix link to doc webpage #13

Closed clason closed 3 years ago

jamessan commented 3 years ago

I'd rather fix the way the site is generated so we don't break existing links.

clason commented 3 years ago

I don't understand -- I'm not changing anything code wise, just correcting the (broken, resulting in 404) link in the README (since that came up several times now on Matrix)? Other (correct) links will continue working, of course.

(Agreed on the need for general fixes, of course.)

jamessan commented 3 years ago

just correcting the (broken, resulting in 404) link in the README

That broken link is exactly the problem. It used to work, but then the way the site was generated changed and caused the link to be broken. I'd rather undo that breakage, fixing all the broken links to /doc/, rather than changing our one broken link.