Skip to content

Commit

Permalink
fix(docs): broken links in README.md (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jan 11, 2019
1 parent f4fc34a commit 2e6ed93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-asset/.cloud-repo-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"requiresKeyFile": true,
"requiresProjectId": true,
"product": "asset",
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/asset/latest/",
"release_quality": "alpha",
"samples": [
]
"samples": []
}
4 changes: 2 additions & 2 deletions packages/google-cloud-asset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
});

// Your Google Cloud Platform project ID
const projectId = process.env.GCLOUD_PROJECT;
const projectId = await client.getProjectId();
const projectResource = client.projectPath(projectId);

// var dumpFilePath = 'Dump file path, e.g.: gs://<my_bucket>/<my_asset_file>'
Expand Down Expand Up @@ -99,7 +99,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].

[explained]: https://cloud.google.com/apis/docs/client-libraries-explained

[client-docs]:
[client-docs]: https://cloud.google.com/nodejs/docs/reference/asset/latest/
[product-docs]: https://cloud.google.com/resource-manager/docs/cloud-asset-inventory/overview
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[projects]: https://console.cloud.google.com/project
Expand Down
1 change: 0 additions & 1 deletion packages/google-cloud-asset/samples/quickstart.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function exportAssets(dumpFilePath) {

// Your Google Cloud Platform project ID
const projectId = await client.getProjectId();
console.log(projectId);
const projectResource = client.projectPath(projectId);

// var dumpFilePath = 'Dump file path, e.g.: gs://<my_bucket>/<my_asset_file>'
Expand Down

0 comments on commit 2e6ed93

Please sign in to comment.