Skip to content

Commit 357ddb4

Browse files
authored
Merge pull request graphql#714 from acao/temp-demo-link
temporary redirect until we figure out the swapi-graphql issue
2 parents aee5ae1 + f11410a commit 357ddb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/swapi-graphql/index.html.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
var React = require('react')
2+
var Redirect = require('../_core/Redirect')
3+
export default () => <Redirect to="https://graphql.github.io/swapi-graphql" />

0 commit comments

Comments
 (0)