Skip to content

Commit cb46234

Browse files
authored
docs: remove duplicate FAQ entries (Homebrew#116327)
1 parent 8698509 commit cb46234

File tree

5 files changed

+3
-50
lines changed

5 files changed

+3
-50
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ If the issue is still not solved, see the guides for common problems:
5050
* [`Checksum does not match` error](doc/reporting_bugs/checksum_does_not_match_error.md)
5151
* [`source is not there` error](doc/reporting_bugs/source_is_not_there_error.md)
5252
* [`wrong number of arguments` error](doc/reporting_bugs/wrong_number_of_arguments_error.md)
53-
* [App isn’t included in `upgrade`](doc/faq/app_not_upgrading.md)
54-
* [The app can’t be opened because it is from an unidentified developer](doc/faq/app_cant_be_opened.md)
53+
* [App isn’t included in `upgrade`](https://docs.brew.sh/FAQ#why-arent-some-apps-included-during-brew-upgrade)
54+
* [The app can’t be opened because it is from an unidentified developer](https://docs.brew.sh/FAQ#why-cant-i-open-a-mac-app-from-an-unidentified-developer)
5555
* [My problem isn’t listed](https://github.com/Homebrew/homebrew-cask/issues/new?template=01_bug_report.yml)
5656

5757
## Requests

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $ brew install homebrew/cask-fonts/font-symbola
155155
* `--debug`: output debug information.
156156
* `--no-binaries`: skip symlinking executable binaries into `/usr/local/bin`.
157157
* `--require-sha`: abort installation of Cask if no checksum is defined.
158-
* `--no-quarantine`: [disable Apple’s quarantining](https://github.com/Homebrew/homebrew-cask/blob/HEAD/doc/faq/app_cant_be_opened.md) for the specific app.
158+
* `--no-quarantine`: [disable Apple’s quarantining](https://docs.brew.sh/FAQ#why-cant-i-open-a-mac-app-from-an-unidentified-developer) for the specific app.
159159
* `--language=<iso-language>[,<iso-language> ... ]`: changes the language of the Cask to be installed. The first matching language is used, otherwise it uses the default language of the Cask.
160160

161161
You can also modify the default installation locations used when issuing `brew install`:

doc/faq/app_cant_be_opened.md

-19
This file was deleted.

doc/faq/app_not_upgrading.md

-27
This file was deleted.

doc/readme.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Contributing
22

3-
+ [Contributing to the core](development/hacking.md)
43
+ [Adding a new Cask](development/adding_a_cask.md)

0 commit comments

Comments
 (0)