diff --git a/_get_started/installation/linux.md b/_get_started/installation/linux.md index 8be411d70ec4..07aa097ee57a 100644 --- a/_get_started/installation/linux.md +++ b/_get_started/installation/linux.md @@ -141,8 +141,8 @@ For the majority of PyTorch users, installing from a pre-built binary via a pack ### Prerequisites {: #linux-prerequisites-2} -1. Install Anaconda[#anaconda] +1. Install [Anaconda](#anaconda) 2. Install [CUDA](https://developer.nvidia.com/cuda-downloads), if your machine has a [CUDA-enabled GPU](https://developer.nvidia.com/cuda-gpus). -3. Follow the steps described here: https://github.com/pytorch/pytorch#from-source +3. Follow the steps described here: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source) You can verify the installation as described [above](#linux-verification). diff --git a/_get_started/installation/mac.md b/_get_started/installation/mac.md index 649c6dedd3f4..93938418f203 100644 --- a/_get_started/installation/mac.md +++ b/_get_started/installation/mac.md @@ -96,6 +96,6 @@ For the majority of PyTorch users, installing from a pre-built binary via a pack 1. Install [Anaconda](#anaconda) 2. Install [CUDA](https://developer.nvidia.com/cuda-downloads), if your machine has a [CUDA-enabled GPU](https://developer.nvidia.com/cuda-gpus). -3. Follow the steps described here: https://github.com/pytorch/pytorch#from-source +3. Follow the steps described here: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source) You can verify the installation as described [above](#mac-verification).