Skip to content
Closed
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
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on #3, using just "platforms.md" means that the internal link will work for both the Github source tree view and the Github pages view.

for more information.
* A compatible C++ compiler *supporting at least C++17*. Most major compilers
are supported.
Expand Down