diff options
| -rw-r--r-- | Library/Homebrew/os.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os.rb b/Library/Homebrew/os.rb index d7b4d8807..b49bbff64 100644 --- a/Library/Homebrew/os.rb +++ b/Library/Homebrew/os.rb @@ -19,7 +19,7 @@ module OS ::MACOS_FULL_VERSION = OS::Mac.full_version.to_s.freeze ::MACOS_VERSION = OS::Mac.version.to_s.freeze elsif OS.linux? - ISSUES_URL = "https://github.com/Homebrew/linuxbrew/wiki/troubleshooting".freeze + ISSUES_URL = "https://github.com/Linuxbrew/brew/wiki/troubleshooting".freeze PATH_OPEN = "xdg-open".freeze end end |
