Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

Commit 2284199

Browse files
committed
FAQ: Fix links to uninstall script for Linuxbrew
1 parent 349dfff commit 2284199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/doc/homebrew/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ to see what would be cleaned up:
4747
To uninstall Homebrew, paste the command below in a terminal prompt.
4848

4949
```bash
50-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
50+
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/uninstall)"
5151
```
52-
Download the [uninstall script](https://raw.githubusercontent.com/Homebrew/install/master/uninstall)
52+
Download the [uninstall script](https://raw.githubusercontent.com/Linuxbrew/install/master/uninstall)
5353
and run `./uninstall --help` to view more uninstall options.
5454

5555
<a name="uninstall-package"></a>

0 commit comments

Comments
 (0)