Skip to content

Commit

Permalink
Fix link to constants (for phases) in next readme (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
callumlocke authored and timneutkens committed Nov 9, 2018
1 parent 2776caa commit c4cec5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/README.md
Expand Up @@ -1213,7 +1213,7 @@ module.exports = (phase, {defaultConfig}) => {
}
```
`phase` is the current context in which the configuration is loaded. You can see all phases here: [constants](/packages/next/lib/constants.js)
`phase` is the current context in which the configuration is loaded. You can see all phases here: [constants](/packages/next-server/lib/constants.js)
Phases can be imported from `next/constants`:
```js
Expand Down

0 comments on commit c4cec5b

Please sign in to comment.