Fix broken readme link (#4977)

As reported by @ranyitz the links in the documentation about ['What syntactic features are transpiled? How do I change them?'](https://github.com/zeit/next.js#faq) are broken.

I updated the links and the text to reflect the latest changes.

Closes #4974 
Related eb74ff4bf9
This commit is contained in:
HaNdTriX 2018-08-17 20:21:52 +02:00 committed by Tim Neutkens
parent edaf1b42a6
commit 25de2e814e

View file

@ -1638,7 +1638,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 [this](https://github.com/zeit/next.js/blob/master/server/build/webpack.js#L79) and [this](https://github.com/zeit/next.js/issues/26)
See the documentation about [customizing the babel config](#customizing-babel-config) and [next/preset](./build/babel/preset.js) for more information.
</details>