From e4059cf6d27f5a5416c649332c8653bfdbe480c9 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Thu, 14 Jan 2021 12:22:26 -0500 Subject: [PATCH] website/README: update link checker text --- website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index a130d3882..813520dd7 100644 --- a/website/README.md +++ b/website/README.md @@ -384,7 +384,7 @@ The Packer GitHub repository is configured to run a [Markdown Link Check](https: The master configuration file for the markdown-link-checker is called `mlc_config.json` and is located under the project's root directory. The configuration helps with relative links in the documentation that will be valid once deployed, and configures a few ignored URLs which are valid but may not return a valid 200 HTTP response code due to permissions or DDoS protection settings on the domain. -**Potential False Positives** +**Potential False Negatives** The link checker will prepend the BASEURL `https://packer.io/` to any relative links found within the documentation, which can be an issue when adding new `/docs` or `/guides` documents as the pages have not been deployed. To help mitigate this issue check the site preview to ensure newly added documentation pages work as expected. ## Redirects