From 45df8c66dfe43ad0824701f749a9bf4e3562df85 Mon Sep 17 00:00:00 2001 From: "Tingsong (Terrence) Ou" <121406058+terrence-ou@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:42:03 -0400 Subject: [PATCH] Added a Github link to the Definitely Typed (#3845) --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 8c170beba2691..1b2fa90b1b551 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -271,7 +271,7 @@ Alternatively you can install and import from D3 submodules: import {mean, median} from "d3-array"; ``` -TypeScript declarations are available via DefinitelyTyped. +TypeScript declarations are available via [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped). ## D3 in React