From 9ed9e7c8aa67bf26b1b963b256657dd49161279d Mon Sep 17 00:00:00 2001 From: Jonas Lomholdt Date: Tue, 24 Sep 2019 22:51:33 +0200 Subject: [PATCH] doc: fix broken releases link in README.md (#2877) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 718016cea..350f3f2f0 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Further, we realized that this would allow us to build the terminal's renderer a ## Where can I download Windows Terminal? -The latest release of Windows Terminal can be downloaded from [this repo's Releases](/releases) page or [from the Microsoft Store](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701) +The latest release of Windows Terminal can be downloaded from [this repo's Releases](https://github.com/microsoft/terminal/releases) page or [from the Microsoft Store](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701) ## I built and ran the new Terminal, but I just get a blank window app!