Skip to content

Commit

Permalink
Update broken links (#8793)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Alvarez D authored and Timer committed Sep 19, 2019
1 parent 4466e8c commit 0eda4d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/next/README.md
Expand Up @@ -1747,7 +1747,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-server/lib/constants.ts)
`phase` is the current context in which the configuration is loaded. You can see all phases here: [constants](/packages/next/next-server/lib/constants.ts)
Phases can be imported from `next/constants`:

```js
Expand Down Expand Up @@ -2725,7 +2725,7 @@ Next.js bundles [styled-jsx](https://github.com/zeit/styled-jsx) supporting scop

We track V8. Since V8 has wide support for ES6 and `async` and `await`, we transpile those. Since V8 doesnt support class decorators, we dont transpile those.

See the documentation about [customizing the babel config](#customizing-babel-config) and [next/preset](/packages/next/build/babel/preset.js) for more information.
See the documentation about [customizing the babel config](#customizing-babel-config) and [next/preset](/packages/next/build/babel/preset.ts) for more information.

</details>

Expand Down

0 comments on commit 0eda4d5

Please sign in to comment.