diff --git a/core/packages/google-auth-library-nodejs/package.json b/core/packages/google-auth-library-nodejs/package.json index 7ea5bf016223..6caea39199bf 100644 --- a/core/packages/google-auth-library-nodejs/package.json +++ b/core/packages/google-auth-library-nodejs/package.json @@ -10,8 +10,8 @@ "types": "./build/src/index.d.ts", "repository": { "type": "git", - "directory": "packages/google-auth-library-nodejs", - "url": "https://github.com/googleapis/google-cloud-node-core.git" + "directory": "core/packages/google-auth-library-nodejs", + "url": "https://github.com/googleapis/google-cloud-node.git" }, "keywords": [ "google", @@ -88,5 +88,5 @@ "prelint": "cd samples; npm link ../; npm install" }, "license": "Apache-2.0", - "homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/google-auth-library-nodejs" + "homepage": "https://github.com/googleapis/google-cloud-node/tree/main/core/packages/google-auth-library-nodejs" }