diff --git a/docs/api.md b/docs/api.md index 47f2f518..d87424c7 100644 --- a/docs/api.md +++ b/docs/api.md @@ -40,7 +40,7 @@ The config search will start at the file path and continue to search up the dire searching from the current directory). Or you can pass directly the path of the config file as `options.config` if you don't wish to search for it. A promise is returned which will resolve to: -* An options object, providing a [config file](./configuration-file.html) was found. +* An options object, providing a [config file](configuration.md) was found. * `null`, if no file was found. The promise will be rejected if there was an error parsing the configuration file. diff --git a/docs/cli.md b/docs/cli.md index 6d789bb0..39059a36 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -35,7 +35,7 @@ Note that `--write` cannot be used with `--debug-check`. ## `--find-config-path` and `--config` If you are repeatedly formatting individual files with `prettier`, you will incur a small performance cost -when prettier attempts to look up a [configuration file](./configuration.html). In order to skip this, you may +when prettier attempts to look up a [configuration file](configuration.md). In order to skip this, you may ask prettier to find the config file once, and re-use it later on. ```bash