Skip to content

Commit a107b33

Browse files
authored
Fixing Broken Links 11/25 (#3641)
Fixing broken links for Nov 25. Issue #3640
1 parent c6a41cf commit a107b33

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,11 @@ Submit the changes as a PR to the main branch of
356356
1. Address all feedback comments from your reviewers.
357357
1. Make sure all CI checks are passing.
358358
359-
Once you submit your PR, you can see a generated Netlify preview of your
360-
build. You can see an example Netlify preview at the following URL:
361-
362-
> <https://deploy-preview-954--pytorch-tutorials-preview.netlify.app/>
363-
359+
Once you submit your PR, you can see a preview of your
360+
build, titled "Preview Python docs built from this PR", under Helpful Links.
361+
This preview will show you how your tutorial will appear on the website,
362+
but it is not the final version. The final version will be published
363+
after the PR is merged.
364364
365365
## Do not merge the PR yourself ##
366366

beginner_source/audio_io_tutorial.rst

Lines changed: 0 additions & 10 deletions
This file was deleted.

redirects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"beginner/hybrid_frontend/learning_hybrid_frontend_through_example_tutorial.html": "../../index.html",
1313
"beginner/flava_finetuning_tutorial.html": "../index.html",
1414
"beginner/ptcheat.html": "../index.html",
15+
"beginner/audio_io_tutorial.html": "../index.html",
1516
"intermediate/FSDP_adavnced_tutorial.html": "https://docs.pytorch.org/tutorials/intermediate/FSDP_advanced_tutorial.html",
1617
"intermediate/dynamic_quantization_bert_tutorial.html": "../index.html",
1718
"intermediate/flask_rest_api_tutorial": "../index.html",

0 commit comments

Comments
 (0)