Skip to content

Commit 4c090f5

Browse files
authored
Fix dead link for @variables.md
1 parent 1b528f7 commit 4c090f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/ambient/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For example to tell TypeScript about the [`process` variable](https://nodejs.org
55
declare var process: any;
66
```
77

8-
> You don't *need* to do this for `process` as there is already a [community maintained `node.d.ts`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/node/index.d.ts).
8+
> You don't *need* to do this for `process` as there is already a [community maintained `node.d.ts`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/index.d.ts).
99
1010
This allows you to use the `process` variable without TypeScript complaining:
1111

0 commit comments

Comments
 (0)