Commit f79c3d9
Fixes #3605
## Description
This PR addresses the issue of broken links detected by the
`github-actions` bot. It fixes three incorrect URLs in the
documentation:
- In `CONTRIBUTING.md`, removed an expired Netlify preview example link.
- In `intermediate_source/compiled_autograd_tutorial.rst`, updated the
link to the "Get Started with PyTorch 2.x" page to its new, correct URL.
- In `recipes_source/intel_neural_compressor_for_pytorch.rst`, updated
the link for Intel® Neural Compressor to point to its main GitHub
repository, as the official documentation site is currently inactive
(returns a 404 error).
## Checklist
- [x] The issue that is being fixed is referred in the description (see
above "Fixes #ISSUE_NUMBER")
- [x] Only one issue is addressed in this pull request
- [x] Labels from the issue that this PR is fixing are added to this
pull request
- [x] No unnecessary issues are included into this pull request
---------
Co-authored-by: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>
1 parent 612d2a0 commit f79c3d9
File tree
2 files changed
+3
-3
lines changed- intermediate_source
- recipes_source
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
0 commit comments