Skip to content

Commit 79dfe92

Browse files
Jakub TurskiKeats
authored andcommitted
Update cli-usage.md (#729)
* Update cli-usage.md * clarify that it's only the links from markdown files that are being checked;
1 parent d43812d commit 79dfe92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/documentation/getting-started/cli-usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ $ zola --config config.staging.toml serve
8686
### check
8787

8888
The check subcommand will try to build all pages just like the build command would, but without writing any of the
89-
results to disk. Additionally, it always checks external links regardless of the site configuration.
89+
results to disk. Additionally, it will also check all external links present in Markdown files by trying to fetch
90+
them (links present in the template files will not be checked).
9091

9192
## Colored output
9293

0 commit comments

Comments
 (0)