docs(website): fix link (#3206)

master
Ika 2017-11-09 00:49:39 +08:00 committed by GitHub
parent dc9d628874
commit 9652ad75f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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