Skip to content

Commit 5c76fb6

Browse files
committedSep 6, 2018
Improved Get started link
1 parent 8400e1a commit 5c76fb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎src/pages/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ const IndexPage = () => (
2828
</label>{" "}
2929
Made Easy
3030
</h1>
31-
<a className="button primary" href="http://docs.graphene-python.org">
31+
<a
32+
className="button primary"
33+
href="https://docs.graphene-python.org/en/latest/quickstart/"
34+
>
3235
Get Started
3336
</a>
3437
<a className="button" href="https://pypi.python.org/pypi/graphene">

0 commit comments

Comments
 (0)