Skip to content

Commit 41c9119

Browse files
authored
Merge pull request #745 from uniyalabhishek/site
Updated linux.md & mac.md installation prerequisites links. Resolves #740 Looks good. Thanks for the PR Abhishek! @uniyalabhishek
2 parents c10360c + 0d86448 commit 41c9119

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_get_started/installation/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ For the majority of PyTorch users, installing from a pre-built binary via a pack
141141
### Prerequisites
142142
{: #linux-prerequisites-2}
143143

144-
1. Install Anaconda[#anaconda]
144+
1. Install [Anaconda](#anaconda)
145145
2. Install [CUDA](https://developer.nvidia.com/cuda-downloads), if your machine has a [CUDA-enabled GPU](https://developer.nvidia.com/cuda-gpus).
146-
3. Follow the steps described here: https://github.com/pytorch/pytorch#from-source
146+
3. Follow the steps described here: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source)
147147

148148
You can verify the installation as described [above](#linux-verification).

_get_started/installation/mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ For the majority of PyTorch users, installing from a pre-built binary via a pack
9696

9797
1. Install [Anaconda](#anaconda)
9898
2. Install [CUDA](https://developer.nvidia.com/cuda-downloads), if your machine has a [CUDA-enabled GPU](https://developer.nvidia.com/cuda-gpus).
99-
3. Follow the steps described here: https://github.com/pytorch/pytorch#from-source
99+
3. Follow the steps described here: [https://github.com/pytorch/pytorch#from-source](https://github.com/pytorch/pytorch#from-source)
100100

101101
You can verify the installation as described [above](#mac-verification).

0 commit comments

Comments
 (0)