From 9c7015138b5b081c8c82e59ed8233fc361caeb90 Mon Sep 17 00:00:00 2001 From: Jeff Wilcox <427913+jeffwilcox@users.noreply.github.com> Date: Fri, 23 Jul 2021 07:47:05 -0700 Subject: [PATCH] Fixing URL in MacOS install for rbenv-doctor (#8693) Merge pull request 8693 --- docs/_docs/installation/macos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/installation/macos.md b/docs/_docs/installation/macos.md index 431421c9..8394516c 100644 --- a/docs/_docs/installation/macos.md +++ b/docs/_docs/installation/macos.md @@ -76,7 +76,7 @@ brew install rbenv rbenv init # Check your installation -curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-doctor | bash +curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash ``` Restart your terminal to apply your changes.