textlint-rule / textlint-rule-no-dead-link

textlint rule to check if all links are alive.
29 stars 11 forks source link

Relative links and i18n #146

Open sean-kintone opened 1 year ago

sean-kintone commented 1 year ago

I am running a static generated site via HUGO, and would like to check for dead links. However we have multi-lingual support, and can not hard-code in /en or /cn for our base-uri. Is there a best-practice, or method I am missing to be able to accomplish this? I also understand if this is out of scope.

azu commented 1 year ago

Similar Issue: https://github.com/textlint-rule/textlint-rule-no-dead-link/issues/146