From 667fbecdc71f8ca0dec758dbc304f07d9e4f2874 Mon Sep 17 00:00:00 2001 From: Gabriel Falkenberg Date: Tue, 14 Jul 2015 11:12:03 +0200 Subject: [PATCH] Fix links to repo, issues, bugs. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a1b9a1a2b3..a02a9ec4c5 100644 --- a/package.json +++ b/package.json @@ -8,13 +8,13 @@ "Daniel Schafer " ], "license": "BSD-3-Clause", - "homepage": "https://github.com/facebook/graphql", + "homepage": "https://github.com/graphql/graphql-js", "bugs": { - "url": "https://github.com/facebook/graphql/issues" + "url": "https://github.com/graphql/graphql-js/issues" }, "repository": { "type": "git", - "url": "http://github.com/facebook/graphql.git" + "url": "http://github.com/graphql/graphql-js.git" }, "main": "lib/index.js", "directories": {