We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a031c1d commit f8e15cfCopy full SHA for f8e15cf
src/content/guides/typescript.mdx
@@ -198,7 +198,7 @@ For example if we want to install lodash we can run the following command to get
198
npm install --save-dev @types/lodash
199
```
200
201
-For more information see [this blog post](https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/).
+For more information see [this blog post](https://devblogs.microsoft.com/typescript/the-future-of-declaration-files-2/).
202
203
## Importing Other Assets
204
0 commit comments