From 2891db1a3c44f4ccee482ddd2921c81ba2d3ae41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Tue, 9 Jan 2018 14:16:15 -0800 Subject: [PATCH] Make `--ignore-path` link more specific in docs (#3690) --- docs/ignore.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ignore.md b/docs/ignore.md index b69c4cc0..3974a822 100644 --- a/docs/ignore.md +++ b/docs/ignore.md @@ -7,7 +7,7 @@ Prettier offers an escape hatch to ignore a block of code or prevent entire file ## Ignoring Files -To exclude files from formatting, add entries to a `.prettierignore` file in the project root or set the `--ignore-path` [CLI](cli.md) option. +To exclude files from formatting, add entries to a `.prettierignore` file in the project root or set the [`--ignore-path` CLI option](cli.md#ignore-path). ## JavaScript