mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-23 07:00:56 +03:00
Merge pull request #229 from singingwolfboy/github-capital-h
GitHub has a capital H
This commit is contained in:
commit
ab9c9be326
|
@ -17,7 +17,7 @@ class Template extends React.Component {
|
|||
<span><Link to="/playground/" className={path.indexOf('/playground')==0?"active":null}>Try it out</Link></span>
|
||||
<span><Link to="/docs/quickstart/" className={path.indexOf('/docs')==0?"active":null}>Docs</Link></span>
|
||||
<span><Link to="/community/">Community</Link></span>
|
||||
<a href="https://github.com/graphql-python/graphene/">Github</a>
|
||||
<a href="https://github.com/graphql-python/graphene/">GitHub</a>
|
||||
</Menu>
|
||||
<header className="header">
|
||||
<div className="header-wrapper">
|
||||
|
@ -29,7 +29,7 @@ class Template extends React.Component {
|
|||
<Link to="/playground/" className={path.indexOf('/playground')==0?"active":null}>Try it out</Link>
|
||||
<Link to="/docs/quickstart/" className={path.indexOf('/docs')==0?"active":null}>Docs</Link>
|
||||
<Link to="/community/">Community</Link>
|
||||
<a href="https://github.com/graphql-python/graphene/">Github</a>
|
||||
<a href="https://github.com/graphql-python/graphene/">GitHub</a>
|
||||
</nav>
|
||||
</div>
|
||||
{isIndex?
|
||||
|
|
Loading…
Reference in New Issue
Block a user