Skip to content

Commit 1d23620

Browse files
jonmanzoSashko Stubailo
authored and
Sashko Stubailo
committed
Fixes 404 on docsearch for GraphQL/Errors (graphql#135)
1 parent 95f90d3 commit 1d23620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
var React = require('react')
22
var Redirect = require('../../_core/Redirect')
3-
export default () => <Redirect to="/graphql-js/errors/" />
3+
export default () => <Redirect to="/graphql-js/error/" />

0 commit comments

Comments
 (0)