Update Homebrew discussion links
The organisation discussions have a cleaner URL.
This commit is contained in:
parent
f6ab300fc1
commit
7bdde7910e
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -2,7 +2,7 @@ blank_issues_enabled: false
|
|||||||
|
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: Get help in GitHub Discussions
|
- name: Get help in GitHub Discussions
|
||||||
url: https://github.com/Homebrew/discussions/discussions
|
url: https://github.com/orgs/Homebrew/discussions
|
||||||
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's GitHub Discussions!
|
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on Homebrew's GitHub Discussions!
|
||||||
- name: New issue on Homebrew/homebrew-core
|
- name: New issue on Homebrew/homebrew-core
|
||||||
url: https://github.com/Homebrew/homebrew-core/issues/new/choose
|
url: https://github.com/Homebrew/homebrew-core/issues/new/choose
|
||||||
@ -14,5 +14,5 @@ contact_links:
|
|||||||
url: https://github.com/Homebrew/install/issues/new/choose
|
url: https://github.com/Homebrew/install/issues/new/choose
|
||||||
about: Having a problem installing Homebrew? Report it to Homebrew/install (the installer repository).
|
about: Having a problem installing Homebrew? Report it to Homebrew/install (the installer repository).
|
||||||
- name: Get help from Homebrew mirror maintainers
|
- name: Get help from Homebrew mirror maintainers
|
||||||
url: https://github.com/Homebrew/discussions/discussions/1917
|
url: https://github.com/orgs/Homebrew/discussions/1917
|
||||||
about: Slow download speed? Homebrew mirror not working as expected? Please take a look at the mirror list and contact respective mirror maintainers.
|
about: Slow download speed? Homebrew mirror not working as expected? Please take a look at the mirror list and contact respective mirror maintainers.
|
||||||
|
@ -1372,7 +1372,7 @@ Details of software names and brands will inevitably be lost in the conversion t
|
|||||||
|
|
||||||
* If the result conflicts with the name of an existing Cask, make yours unique by prepending the name of the vendor or developer, followed by a hyphen. Example: [unison.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/unison.rb) and [panic-unison.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/panic-unison.rb).
|
* If the result conflicts with the name of an existing Cask, make yours unique by prepending the name of the vendor or developer, followed by a hyphen. Example: [unison.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/unison.rb) and [panic-unison.rb](https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/panic-unison.rb).
|
||||||
|
|
||||||
* Inevitably, there are a small number of exceptions not covered by the rules. Don’t hesitate to [use the forum](https://github.com/Homebrew/discussions/discussions) if you have a problem.
|
* Inevitably, there are a small number of exceptions not covered by the rules. Don’t hesitate to [use the forum](https://github.com/orgs/Homebrew/discussions) if you have a problem.
|
||||||
|
|
||||||
### Converting to ASCII
|
### Converting to ASCII
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Homebrew and Java
|
# Homebrew and Java
|
||||||
|
|
||||||
This page describes how Java is handled in Homebrew for users. Prospective formula authors may refer to existing Java-based formulae for examples of how to install packages written in Java via Homebrew, or visit the [Homebrew discussion forum](https://github.com/Homebrew/discussions/discussions) to seek guidance for their specific situation.
|
This page describes how Java is handled in Homebrew for users. Prospective formula authors may refer to existing Java-based formulae for examples of how to install packages written in Java via Homebrew, or visit the [Homebrew discussion forum](https://github.com/orgs/Homebrew/discussions) to seek guidance for their specific situation.
|
||||||
|
|
||||||
Most Java-based packages in Homebrew use the default Homebrew-provided `openjdk` package for their JDK dependency, although some packages with specific version requirements may use a versioned package such as `openjdk@8`.
|
Most Java-based packages in Homebrew use the default Homebrew-provided `openjdk` package for their JDK dependency, although some packages with specific version requirements may use a versioned package such as `openjdk@8`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user