From f870faf92e2931de86d0d1fbd237eb6388939f36 Mon Sep 17 00:00:00 2001
From: Dominyk Tiller <dominyktiller@gmail.com>
Date: Wed, 14 Sep 2016 19:14:59 +0100
Subject: [PATCH] Formula-Cookbook: update Alias creation advice

---
 share/doc/homebrew/Formula-Cookbook.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md
index 0efc24f0ac..9df375d63c 100644
--- a/share/doc/homebrew/Formula-Cookbook.md
+++ b/share/doc/homebrew/Formula-Cookbook.md
@@ -300,7 +300,7 @@ When importing classes, Homebrew will require the formula and then create an ins
 
 Thus, if you change the name of the class, you must also rename the file. Filenames should be all lowercase, and class names should be the strict CamelCase equivalent, e.g. formulae `gnu-go` and `sdl_mixer` become classes `GnuGo` and `SdlMixer`, even if part of their name is an acronym.
 
-Add aliases by creating symlinks in `Library/Aliases`.
+Add aliases by creating symlinks in an `Aliases` directory in the tap root.
 
 ## Audit the formula
 
-- 
GitLab