Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Adds a release index redirect to the overview page #1124

Merged
merged 1 commit into from
Oct 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pages/release notes/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Release notes for TS">
<meta name="keywords" content="TypeScript, TS, releases, release">
<title>TypeScript Release Notes</title>
<script>
window.location.replace("./Overview.html");
</script>
</head>
<body>
</body>
</html>