From e4c68c0088f4e1fdf23ae23928b2c99e4abeda2a Mon Sep 17 00:00:00 2001 From: Cholerae Hu Date: Sun, 16 Feb 2020 21:51:05 +0800 Subject: [PATCH] Fix a broken link in quickstart.md --- docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 1b0392125..dee8fa8d1 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](https://github.com/google/tcmalloc/blob/master/docs/platforms.md) for more information. * A compatible C++ compiler *supporting at least C++17*. Most major compilers are supported.