aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-09-20 08:27:28 +0100
committerGitHub2016-09-20 08:27:28 +0100
commitf62223cb8ab687fca15a60f9e2509d6a62e2d437 (patch)
tree1f157af6c24642cf81d4d6aafc1d1287b25cb681 /Library
parentf78b737d9bb17f65ca99f0e6b1d20a69e1a977d5 (diff)
parent467b5765cff676eb249ab2e54efe3f978c7577c5 (diff)
downloadbrew-f62223cb8ab687fca15a60f9e2509d6a62e2d437.tar.bz2
Merge pull request #1010 from rwhogg/update-linux-troubleshooting-page
os: update Linux troubleshooting url
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os.rb2
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