Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
ckennelly marked this conversation as resolved.
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
Comment thread
mlimber marked this conversation as resolved.
* Read our [contribution guidelines](https://github.com/google/tcmalloc/blob/master/CONTRIBUTING.md), if you
intend to submit code to our repository.