From 139afd0ea723e13e03abd71f14a05e66a91fec6a Mon Sep 17 00:00:00 2001 From: Nathan Goldbaum Date: Tue, 11 Feb 2020 20:26:30 -0800 Subject: [PATCH] Fix link to py-spy content in contribution guide TOC (#31760) Summary: The extra dashes are breaking the link here Pull Request resolved: https://github.com/pytorch/pytorch/pull/31760 Differential Revision: D19697301 Pulled By: ezyang fbshipit-source-id: 65de026b9016dc8689c9dac9efb8aafd00b535cd --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7c638631dc3..98f02a7482d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ * [Previewing changes](#previewing-changes) + [Submitting changes for review](#submitting-changes-for-review) * [Adding documentation tests](#adding-documentation-tests) -- [Profiling with `py-spy`](#profiling-with--py-spy-) +- [Profiling with `py-spy`](#profiling-with-py-spy) - [Managing multiple build trees](#managing-multiple-build-trees) - [C++ development tips](#c---development-tips) * [Build only what you need](#build-only-what-you-need)