From f09eedd8315f3ba7939a0e97e173d490504008f3 Mon Sep 17 00:00:00 2001 From: partev Date: Sat, 26 Apr 2025 10:28:52 -0400 Subject: [PATCH] fix URL redirect mac.md --- _get_started/installation/mac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_get_started/installation/mac.md b/_get_started/installation/mac.md index 5294b865a38c..bf64fc4b1522 100644 --- a/_get_started/installation/mac.md +++ b/_get_started/installation/mac.md @@ -16,7 +16,7 @@ PyTorch is supported on macOS 10.15 (Catalina) or above. It is recommended that you use Python 3.9 - 3.12. You can install Python either through the Anaconda package manager (see [below](#anaconda)), [Homebrew](https://brew.sh/), or -the [Python website](https://www.python.org/downloads/mac-osx/). +the [Python website](https://www.python.org/downloads/macos/). ### Package Manager {: #mac-package-manager}