From fb483582910d98f85523049ac07d9db05fee3c94 Mon Sep 17 00:00:00 2001 From: Vensenmu Date: Sat, 11 Oct 2025 21:19:20 +0800 Subject: [PATCH] docs: Fix broken links from issue #3605 --- CONTRIBUTING.md | 4 +--- intermediate_source/compiled_autograd_tutorial.rst | 2 +- recipes_source/intel_neural_compressor_for_pytorch.rst | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c52182e85a..22a7e6a8d3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -357,9 +357,7 @@ Submit the changes as a PR to the main branch of 1. Make sure all CI checks are passing. Once you submit your PR, you can see a generated Netlify preview of your -build. You can see an example Netlify preview at the following URL: - -> +build. ## Do not merge the PR yourself ## diff --git a/intermediate_source/compiled_autograd_tutorial.rst b/intermediate_source/compiled_autograd_tutorial.rst index 1091b19a49e..bffe73fd123 100644 --- a/intermediate_source/compiled_autograd_tutorial.rst +++ b/intermediate_source/compiled_autograd_tutorial.rst @@ -16,7 +16,7 @@ Compiled Autograd: Capturing a larger backward graph for ``torch.compile`` * PyTorch 2.4 * Complete the `Introduction to torch.compile `_ - * Read through the TorchDynamo and AOTAutograd sections of `Get Started with PyTorch 2.x `_ + * Read through the TorchDynamo and AOTAutograd sections of `Get Started with PyTorch 2.x `_ Overview -------- diff --git a/recipes_source/intel_neural_compressor_for_pytorch.rst b/recipes_source/intel_neural_compressor_for_pytorch.rst index ee569382343..0dbd2b24937 100755 --- a/recipes_source/intel_neural_compressor_for_pytorch.rst +++ b/recipes_source/intel_neural_compressor_for_pytorch.rst @@ -158,4 +158,4 @@ To leverage accuracy-driven automatic tuning, a specified tuning space is necess Tutorials --------- -More detailed tutorials are available in the official IntelĀ® Neural Compressor `doc `_. +More detailed tutorials are available in the official IntelĀ® Neural Compressor `doc `_.