From c0c8bcc0e9dde30259062a12a94fb96be92a1874 Mon Sep 17 00:00:00 2001 From: mlimber Date: Fri, 14 Feb 2020 17:21:22 -0500 Subject: [PATCH] Fix internal links --- docs/quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 1b0392125..203eda654 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -254,12 +254,12 @@ Congratulations! You've created your first binary using TCMalloc. ## What's Next -* Read our [overview](overview), if you haven't already. The overview covers +* Read our [overview](overview.md), if you haven't already. The overview covers memory allocation concepts and best practices for using TCMalloc. -* Read through the TCMalloc [reference](reference) for information on the +* Read through the TCMalloc [reference](reference.md) for information on the behavior of `malloc()`, `::operator new`, and other allocation/deallocation routines in TCMalloc. * Consult the TCMalloc C++ `malloc_extensions.h` header file, which contains information on TCMalloc's supported extensions. -* Read our [contribution guidelines](/third_party/tcmalloc/CONTRIBUTING), if you +* Read our [contribution guidelines](https://github.com/google/tcmalloc/blob/master/CONTRIBUTING.md), if you intend to submit code to our repository.