You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shows an error if a link is obsolete or moved to another location (i.e. its server returns one of the ["redirect" responses](https://fetch.spec.whatwg.org/#redirect-status)).
38
+
39
+
This error is fixable and textlint will automatically replace the obsolete links with their new ones if you run it with `--fix` option.
40
+
41
+
### Relative Link Resolution
42
+
43
+
Sometimes your files contain relative URIs, which don't have domain information in an URI string.
44
+
45
+
You can enable availability checks to such links by telling the rule how to resolve the relative links (See below for details).
46
+
27
47
## Options
28
48
29
49
Please write your configurations in `.textlintrc`.
@@ -66,7 +86,7 @@ Example:
66
86
67
87
### ignore
68
88
69
-
An array of URIs to be ignored, i.e. skipped from availability checks.
89
+
An array of URIs to be ignored. These URIs will be skipped from the availability checks.
0 commit comments