Browse Source

docs(error-boundaries):fix react blog link (#817)

main
John 7 years ago
committed by Dan Abramov
parent
commit
a4aa51035a
  1. 2
      content/docs/error-boundaries.md

2
content/docs/error-boundaries.md

@ -84,7 +84,7 @@ componentDidCatch(error, info) {
## Live Demo
Check out [this example of declaring and using an error boundary](https://codepen.io/gaearon/pen/wqvxGa?editors=0010) with [React 16](https://reactjs.org/blog/2017/09/26/react-v16.0.html).
Check out [this example of declaring and using an error boundary](https://codepen.io/gaearon/pen/wqvxGa?editors=0010) with [React 16](/blog/2017/09/26/react-v16.0.html).
## Where to Place Error Boundaries

Loading…
Cancel
Save