diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7c12004..4ffbdcf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better! Please run down the following list and make sure you've tried the usual "quick fixes": - - Search the issues already opened: https://github.com/JustinBeckwith/gaxios/issues + - Search the issues already opened: https://github.com/googleapis/gaxios/issues - Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node - Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js diff --git a/package.json b/package.json index 4244dd8..1c1163a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "samples-test": "cd samples/ && npm link ../ && npm test && cd ../", "prelint": "cd samples; npm link ../; npm i" }, - "repository": "JustinBeckwith/gaxios", + "repository": "googleapis/gaxios", "keywords": [ "google" ],