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

Commit 1553565

Browse files
ofrobotsDominicKramer
authored andcommitted
fix: broken link in README (#353)
1 parent b95bae2 commit 1553565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For more information see [Selecting Source Code Manually][selecting-source].
113113

114114
## Debugger Agent Settings
115115

116-
You can customize the behaviour of the automatic debugger agent. See [the agent configuration][config-js] for a list of possible configuration options. These options can be passed in the `options` object passed to the `start` function.
116+
You can customize the behaviour of the automatic debugger agent. See [the agent configuration][config-ts] for a list of possible configuration options. These options can be passed in the `options` object passed to the `start` function.
117117

118118
```js
119119
require('@google-cloud/debug-agent').start({
@@ -219,5 +219,5 @@ require('@google-cloud/debug-agent').start({ ... });
219219
[debugger-api]: https://console.cloud.google.com/apis/api/clouddebugger.googleapis.com/overview
220220
[snyk-image]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-debug-nodejs/badge.svg
221221
[snyk-url]: https://snyk.io/test/github/GoogleCloudPlatform/cloud-debug-nodejs
222-
[config-js]: https://github.com/GoogleCloudPlatform/cloud-debug-nodejs/blob/master/src/agent/config.js
222+
[config-ts]: https://github.com/GoogleCloudPlatform/cloud-debug-nodejs/blob/master/src/agent/config.ts
223223
[configuration-object]: https://googlecloudplatform.github.io/google-cloud-node/#/docs/google-cloud/0.45.0/google-cloud

0 commit comments

Comments
 (0)