From 8aafa7834c45facd4211e0c05426febf996bb99a Mon Sep 17 00:00:00 2001 From: Pedro Augusto de Paula Barbosa Date: Tue, 18 Feb 2020 12:54:43 -0300 Subject: [PATCH] Fix broken link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f67ea..8516ce5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## The TypeScript wiki This repo is the source of truth for the GitHub wiki, PRs to this repo are automatically merged into the -auto-generated GitHub [repo for the wiki](https://github.com/microsoft/TypeScript.wiki.git). This is done +auto-generated GitHub [repo for the wiki](https://github.com/microsoft/TypeScript/wiki). This is done in a GitHub Action in [`.github/workflows/sync.yml`](.github/workflows/sync.yml). The wiki root is [Home.md](./Home.md).