textlint-rule-no-dead-link icon indicating copy to clipboard operation
textlint-rule-no-dead-link copied to clipboard

textlint rule to check if all links are alive.

Results 12 textlint-rule-no-dead-link issues
Sort by recently updated
recently updated
newest added

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...

help wanted

Hello, I am looking for help to get `textlint` to verify my website's relative links within my HUGO website. Any help would be greatly appreciated! Thanks ~ ## Goal *...

help wanted

I want to detect that a document to be published contains a private network URL. Currently private network URLs are alive in private network, but of course it must be...

Status: Proposal

Running `textlint --rule textlint-rule-no-dead-link **/*.md` on the proxy server results in an error. The environment variables `HTTP_PROXY` and `HTTPS_PROXY` are set, but I guess they are not working effectively because...

help wanted

I have a use case where markdown files contain inline html with links to relative and external URLs. I would love to have them checked by textlint-rule-no-dead-link. Would that be...

Type: Question

The following tests failed: ``` $ npm test ... 6 failing 1) no-dead-link should treat 301 https://httpstat.us/301: AssertionError [ERR_ASSERTION]: "message should be "https://httpstat.us/301 is redirected to https://httpstat.us/. (301 Moved Permanently)"...

Type: Bug
Type: Testing

check https://www.jal.co.jp/jp/ja/ ```javascript tester.run('no-dead-link', rule, { valid: [ { text: 'jal: https://www.jal.co.jp/jp/ja/', }, invalid: [ ], }); ``` Above test case causes following error. ``` 1) no-dead-link jal: https://www.jal.co.jp/jp/ja/: Error:...

I have a link that is being reported as dead. The error message says "unable to verify first certificate". ``` 24:25 error https://dashboard.elasticpath.com is dead. (request to https://dashboard.elasticpath.com/ failed, reason:...

Status: PR Welcome
Status: Proposal

The instruction in the Readme has following regarding the `ignoreRedirects` option: >ignoreRedirects > > This rule checks for redirects (3xx status codes) and consider's them an error by default. To...

I have certain links that gets reported as broken due to `ECONNRESET`: ```log 34:28 error https://jcp.org/en/jsr/detail?id=330 is dead. (request to https://jcp.org/en/jsr/detail?id=330 failed, reason: connect ECONNRESET 137.254.60.38:443) no-dead-link 61:34 error https://dev.mysql.com/downloads/mysql/...

Status: Need More Info