From d962a960697c006495d1868eaeb8e92a8a26f804 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Wed, 27 Aug 2025 10:00:49 -0500 Subject: [PATCH] Fix broken links to Homebrew --- docs/source/coding/preliminaries.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/coding/preliminaries.rst b/docs/source/coding/preliminaries.rst index 32f0959..3e424a0 100644 --- a/docs/source/coding/preliminaries.rst +++ b/docs/source/coding/preliminaries.rst @@ -47,12 +47,12 @@ TODO: write me Obtaining Dependencies on MacOS =============================== -We recommend using `Homebrew `__ for obtaining packages on Mac. +We recommend using `Homebrew `__ for obtaining packages on Mac. Obtaining Homebrew ------------------ -- Go to `https://brew.hs`. +- Go to `https://brew.sh`. - Copy the command they have listed (or follow one of the other install methods) - Open a terminal and paste the command. - Enter your password.