Update cli-usage.md (#729)

* Update cli-usage.md

* clarify that it's only the links from markdown files that are being checked;
This commit is contained in:
Jakub Turski 2019-06-26 15:50:29 +01:00 committed by Vincent Prouillet
parent d43812dee6
commit 79dfe92bbf

View file

@ -86,7 +86,8 @@ $ zola --config config.staging.toml serve
### check
The check subcommand will try to build all pages just like the build command would, but without writing any of the
results to disk. Additionally, it always checks external links regardless of the site configuration.
results to disk. Additionally, it will also check all external links present in Markdown files by trying to fetch
them (links present in the template files will not be checked).
## Colored output