Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit fbb4195

Browse files
Merge pull request #131 from bradabrams/patch-1
Update README.md
2 parents da40e94 + d2a6ac1 commit fbb4195

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install --save @google/cloud-debug
2424
# Require the agent at the top of your main script.
2525
require('@google/cloud-debug');
2626
```
27-
Deploy your application, and navigate to the [Debug tab][debug-tab] within the [Google Developers Console][dev-console] to set snapshots and start debugging.
27+
Deploy your application, and navigate to the [Debug tab][debug-tab] within the [Google Cloud Console][dev-console] to set snapshots and start debugging.
2828

2929
## Running on Google Cloud Platform
3030

@@ -36,7 +36,7 @@ If you are using [Google App Engine Flexible Environment ](https://cloud.google.
3636

3737
### Google Compute Engine
3838

39-
Your VM instances need to be created with `cloud-platform` scope if created via [gcloud](https://cloud.google.com/sdk) or the 'Allow API access' checkbox selected if created via the [console](https://console.developers.google.com) (see screenshot).
39+
Your VM instances need to be created with `cloud-platform` scope if created via [gcloud](https://cloud.google.com/sdk) or the 'Allow API access' checkbox selected if created via the [console](https://console.cloud.google.com) (see screenshot).
4040

4141
![GCE API](doc/images/gce.png?raw=true)
4242

@@ -68,7 +68,7 @@ If your application is running outside of Google Cloud Platform, such as locally
6868

6969
## Using the Debugger
7070

71-
Once your application is running (deployed, or elsewhere), you should be able to use the [Debug UI][debug-tab] in your Cloud [developer console][dev-console]. You can find the Debug UI in the 'STACKDRIVER -> Debug' section in the navigation panel, or by simply searching for 'Debug' in the developer console.
71+
Once your application is running (deployed, or elsewhere), you should be able to use the [Debug UI][debug-tab] in your Cloud [developer console][dev-console]. You can find the Debug UI in the 'STACKDRIVER -> Debug' section in the navigation panel, or by simply searching for 'Debug' in the cloud console.
7272

7373
![Debug UI](doc/images/debug-ui.png?raw=true)
7474

@@ -91,11 +91,11 @@ As soon as that line of code is reached in any of the running instances of your
9191

9292
[cloud-debugger]: https://cloud.google.com/tools/cloud-debugger/
9393
[dev-console]: https://console.cloud.google.com/
94-
[debug-tab]: https://console.developers.google.com/debug
94+
[debug-tab]: https://console.cloud.google.com/debug
9595
[gcloud-sdk]: https://cloud.google.com/sdk/gcloud/
9696
[cloud-console-projects]: https://console.cloud.google.com/iam-admin/projects
97-
[app-default-credentials]: https://developers.google.com/identity/protocols/application-default-credentials
98-
[service-account]: https://console.developers.google.com/apis/credentials/serviceaccountkey
97+
[app-default-credentials]: https://cloud.google.com/identity/protocols/application-default-credentials
98+
[service-account]: https://console.cloud.google.com/apis/credentials/serviceaccountkey
9999
[npm-image]: https://img.shields.io/npm/v/@google/cloud-debug.svg
100100
[npm-url]: https://npmjs.org/package/@google/cloud-debug
101101
[travis-image]: https://travis-ci.org/GoogleCloudPlatform/cloud-debug-nodejs.svg?branch=master

0 commit comments

Comments
 (0)