From 1f71022ec0d9b4e8e4104d0302ac6b26076da89e Mon Sep 17 00:00:00 2001 From: Taiwo Owoseni Date: Wed, 24 Jun 2026 20:09:33 -0400 Subject: [PATCH] docs: add descriptive labels to PyTorch resource links in README Replace bare URLs with descriptive link text for the Dev-Discussions forum and Tutorials website to improve readability. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3b858a3882b..eb0731621df 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # PyTorch Tutorials -All the tutorials are now presented as sphinx style documentation at: - -## [https://pytorch.org/tutorials](https://pytorch.org/tutorials) +All the tutorials are now presented as sphinx style documentation on the official [PyTorch Tutorials website](https://pytorch.org/tutorials) # Asking a question -If you have a question about a tutorial, post in https://dev-discuss.pytorch.org/ rather than creating an issue in this repo. Your question will be answered much faster on the dev-discuss forum. +If you have a question about a tutorial, post in the [PyTorch Dev Discussions forum](https://dev-discuss.pytorch.org/) rather than creating an issue in this repo. Your question will be answered much faster on the dev-discuss forum. # Submitting an issue