Merge pull request #1010 from rwhogg/update-linux-troubleshooting-page

os: update Linux troubleshooting url
This commit is contained in:
Mike McQuaid 2016-09-20 08:27:28 +01:00 committed by GitHub
commit f62223cb8a

View File

@ -19,7 +19,7 @@ module OS
::MACOS_FULL_VERSION = OS::Mac.full_version.to_s.freeze ::MACOS_FULL_VERSION = OS::Mac.full_version.to_s.freeze
::MACOS_VERSION = OS::Mac.version.to_s.freeze ::MACOS_VERSION = OS::Mac.version.to_s.freeze
elsif OS.linux? 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 PATH_OPEN = "xdg-open".freeze
end end
end end