From 75abf18abaf2846a1529b4a84cc8b9fcb24ce3a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Sun, 31 May 2020 16:12:00 +0200 Subject: [PATCH] Fix link to docs/platforms.md to work in GitHub --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index f783475e5..31e4d5ea0 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -13,7 +13,7 @@ starting development using TCMalloc at least run through this quick tutorial. Running the code within this tutorial requires: -* A compatible platform (E.g. Linux). Consult the [Platforms Guide](platforms) +* A compatible platform (E.g. Linux). Consult the [Platforms Guide](platforms.md) for more information. * A compatible C++ compiler *supporting at least C++17*. Most major compilers are supported.