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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ pip install markdown-checker
23
23
24
24
1. Run `pip install markdown-checker`.
25
25
2. Run `markdown-checker -d {src} -f {func} -gu {url}`. Replace `{src}` with the directory you want to analyze, `{func}` with the available functions like `check_broken_paths`, `{gu}` with your contribution guidance full URL.
26
-
3. The output will be displayed in the terminal and in a `comments.md` file.
26
+
3. The output will be displayed in the terminal and in a `comment.md` file.
Copy file name to clipboardExpand all lines: docs/source/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ pip install markdown-checker
19
19
20
20
1. Run `pip install markdown-checker`.
21
21
2. Run `markdown-checker -d {src} -f {func} -gu {url}`. Replace `{src}` with the directory you want to analyze, `{func}` with the available functions like `check_broken_paths`, `{gu}` with your contribution guidance full URL.
22
-
3. The output will be displayed in the terminal and in a `comments.md` file.
22
+
3. The output will be displayed in the terminal and in a `comment.md` file.
0 commit comments