Skip to content

Commit 87d0420

Browse files
committed
Fix #579
1 parent f78581b commit 87d0420

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/_data/urls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"vs2017_download": "https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-372",
3-
"vs2019_download": "https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.typescript-372",
2+
"vs2017_download": "https://marketplace.visualstudio.com/search?term=TypeScriptTeam&target=VS&category=All%20categories&vsVersion=vs15&sortBy=UpdatedDate",
3+
"vs2019_download": "https://marketplace.visualstudio.com/search?term=TypeScriptTeam&target=VS&category=All%20categories&vsVersion=vs2019&sortBy=UpdatedDate",
44
"vscode_download": "https://code.visualstudio.com",
55
"sublime_ts_download": "https://github.com/Microsoft/TypeScript-Sublime-Plugin",
66
"atom_ts_download": "https://atom.io/packages/atom-typescript",

src/_docs/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ <h1>Familiar With TypeScript already?</h1>
243243

244244

245245
<div class="flow-links">
246-
<a href="/docs/handbook/release-notes/typescript-3-5.html" class="clicky-button headline">
247-
<p>3.5 Release Notes</p>
246+
<a href="/docs/handbook/release-notes/overview.html" class="clicky-button headline">
247+
<p>TypeScript Release Notes</p>
248248
<h4>Release Notes</h4>
249249
</a>
250250

0 commit comments

Comments
 (0)