From 459f14e6bbfa594e215d9f7969ac74c7bcc8e31f Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Fri, 1 Aug 2025 12:57:40 -0400 Subject: [PATCH] Removing broken link Removing broken link in Contributions.md solving issue: https://github.com/pytorch/tutorials/issues/3503 --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84555be4b19..7c7b62a96bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,8 +71,6 @@ There are three types of tutorial content that we host on reStructuredText files. The build system only converts them into HTML; the code in them does not run on build. These tutorials are easier to create and maintain but they do not provide an interactive experience. - An example is the [Dynamic Quantization - tutorial](https://pytorch.org/tutorials/recipes/recipes/dynamic_quantization.html). * **Recipes** are tutorials that provide bite-sized, actionable examples of how to use specific features, which differentiates them