From 04e77dd43de4f155ffbd45c978e71d484e13d56c Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 24 Apr 2025 09:49:43 +0100 Subject: [PATCH] docs/Tips-and-Tricks: rename from weird filename. macOS likes the new one better. --- docs/Creating-a-Homebrew-Issue.md | 2 +- docs/Installation.md | 2 +- docs/{Tips-N'-Tricks.md => Tips-and-Tricks.md} | 2 ++ docs/index.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) rename docs/{Tips-N'-Tricks.md => Tips-and-Tricks.md} (99%) diff --git a/docs/Creating-a-Homebrew-Issue.md b/docs/Creating-a-Homebrew-Issue.md index ec2e2025b4..9ebfae5dd9 100644 --- a/docs/Creating-a-Homebrew-Issue.md +++ b/docs/Creating-a-Homebrew-Issue.md @@ -4,6 +4,6 @@ last_review_date: "2025-02-08" # Creating a Homebrew Issue -First, check to make sure your issue is not listed in the [FAQ](FAQ.md) or [Common Issues](Common-Issues.md) and can't otherwise be resolved with the information in the [Tips and Tricks](Tips-N'-Tricks.md) documentation. Next, go through the steps in the [Troubleshooting guide](Troubleshooting.md). +First, check to make sure your issue is not listed in the [FAQ](FAQ.md) or [Common Issues](Common-Issues.md) and can't otherwise be resolved with the information in the [Tips and Tricks](Tips-and-Tricks.md) documentation. Next, go through the steps in the [Troubleshooting guide](Troubleshooting.md). If the preceding steps did not help, it may be appropriate to submit an issue. This can be done by navigating to the relevant repository, clicking the "Issues" link, and clicking on the "New issue" button. When creating an issue, make sure you use the provided template, as it's important in helping others to understand and potentially triage your issue efficiently. diff --git a/docs/Installation.md b/docs/Installation.md index 9f89db54f1..2c884cb5a8 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -109,7 +109,7 @@ You can find Homebrew's default install location [in this FAQ entry](https://doc For more insight, re-run the installer or inspect [the installer's source](https://github.com/Homebrew/install/blob/deacfa6a6e62e5f4002baf9e1fac7a96e9aa5d41/install.sh#L1072-L1088) to see how the installer constructs the path it recommends. -See [Tips N' Tricks > Loading Homebrew from the same dotfiles on different operating systems](Tips-N'-Tricks.md#loading-homebrew-from-the-same-dotfiles-on-different-operating-systems) +See [Tips N' Tricks > Loading Homebrew from the same dotfiles on different operating systems](Tips-and-Tricks.md#loading-homebrew-from-the-same-dotfiles-on-different-operating-systems) for another way to handle this across multiple operating systems. ## Uninstallation diff --git a/docs/Tips-N'-Tricks.md b/docs/Tips-and-Tricks.md similarity index 99% rename from docs/Tips-N'-Tricks.md rename to docs/Tips-and-Tricks.md index f3b4914215..198f1b914f 100644 --- a/docs/Tips-N'-Tricks.md +++ b/docs/Tips-and-Tricks.md @@ -1,5 +1,7 @@ --- last_review_date: "1970-01-01" +redirect_from: + - /Tips-N'-Tricks --- # Tips and Tricks diff --git a/docs/index.md b/docs/index.md index 5d3ef4a57a..26f907870c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ last_review_date: "2025-02-08" - [Bottles (binary packages)](Bottles.md) - [Taps (third-party repositories)](Taps.md) - [Interesting Taps and Forks](Interesting-Taps-and-Forks.md) -- [Tips and Tricks](Tips-N'-Tricks.md) +- [Tips and Tricks](Tips-and-Tricks.md) - [Anonymous Analytics](Analytics.md) - [Querying `brew`](Querying-Brew.md)