From 17cfd8d63e215d09e1084412b3a7d0defb100cd7 Mon Sep 17 00:00:00 2001 From: sekyonda <127536312+sekyondaMeta@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:34:07 -0800 Subject: [PATCH] Fixing Broken Links 11/25 Fixing broken links for Nov 25. Issue #3640 --- CONTRIBUTING.md | 10 +++++----- beginner_source/audio_io_tutorial.rst | 10 ---------- redirects.py | 1 + 3 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 beginner_source/audio_io_tutorial.rst diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c52182e85a..0879eeebdff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -356,11 +356,11 @@ Submit the changes as a PR to the main branch of 1. Address all feedback comments from your reviewers. 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: - -> - +Once you submit your PR, you can see a preview of your +build, titled "Preview Python docs built from this PR", under Helpful Links. +This preview will show you how your tutorial will appear on the website, +but it is not the final version. The final version will be published +after the PR is merged. ## Do not merge the PR yourself ## diff --git a/beginner_source/audio_io_tutorial.rst b/beginner_source/audio_io_tutorial.rst deleted file mode 100644 index 3263ad93a98..00000000000 --- a/beginner_source/audio_io_tutorial.rst +++ /dev/null @@ -1,10 +0,0 @@ -Audio I/O -========= - -This tutorial has been moved to https://pytorch.org/audio/stable/tutorials/audio_io_tutorial.html - -It will redirect in 3 seconds. - -.. raw:: html - - diff --git a/redirects.py b/redirects.py index 1ffa68e6b85..dd639976ebd 100644 --- a/redirects.py +++ b/redirects.py @@ -12,6 +12,7 @@ "beginner/hybrid_frontend/learning_hybrid_frontend_through_example_tutorial.html": "../../index.html", "beginner/flava_finetuning_tutorial.html": "../index.html", "beginner/ptcheat.html": "../index.html", + "beginner/audio_io_tutorial.html": "../index.html", "intermediate/FSDP_adavnced_tutorial.html": "https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html", "intermediate/dynamic_quantization_bert_tutorial.html": "../index.html", "intermediate/flask_rest_api_tutorial": "../index.html",