We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc0f49 commit 36c4a74Copy full SHA for 36c4a74
site/_core/Site.js
@@ -21,7 +21,7 @@ var Site = React.createClass({
21
<meta name="viewport" content="width=device-width" />
22
<meta property="og:title" content={'GraphQL | ' + SiteData.description} />
23
<meta property="og:type" content="website" />
24
- <meta property="og:url" content="http://facebook.github.io/graphal/index.html" />
+ <meta property="og:url" content="http://graphql.org/" />
25
<meta property="og:description" content={SiteData.description} />
26
27
<link rel="shortcut icon" href={'/img/favicon.png'} />
0 commit comments