Skip to content

Commit f8e15cf

Browse files
authored
docs(Guides): fix a broken link (#6973)
1 parent a031c1d commit f8e15cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/guides/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ For example if we want to install lodash we can run the following command to get
198198
npm install --save-dev @types/lodash
199199
```
200200

201-
For more information see [this blog post](https://blogs.msdn.microsoft.com/typescript/2016/06/15/the-future-of-declaration-files/).
201+
For more information see [this blog post](https://devblogs.microsoft.com/typescript/the-future-of-declaration-files-2/).
202202

203203
## Importing Other Assets
204204

0 commit comments

Comments
 (0)