tutorials
tutorials copied to clipboard
Fix broken links from issue #3605
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