Skip to content

Commit 36c4a74

Browse files
committed
Update og:url to a real place
1 parent 0bc0f49 commit 36c4a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/_core/Site.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var Site = React.createClass({
2121
<meta name="viewport" content="width=device-width" />
2222
<meta property="og:title" content={'GraphQL | ' + SiteData.description} />
2323
<meta property="og:type" content="website" />
24-
<meta property="og:url" content="http://facebook.github.io/graphal/index.html" />
24+
<meta property="og:url" content="http://graphql.org/" />
2525
<meta property="og:description" content={SiteData.description} />
2626

2727
<link rel="shortcut icon" href={'/img/favicon.png'} />

0 commit comments

Comments
 (0)