diff options
| author | Ariel Kirkwood | 2014-12-19 12:58:59 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-19 18:37:16 +0000 |
| commit | 307195805f9b354164518a379b33d3cfab403dce (patch) | |
| tree | 740bbae83e2b5a93cea527b7b7108c5009bc2849 /Library/Formula/postgresql.rb | |
| parent | 5fea6adfc791ff3a1564550d24b677b528e9d2f9 (diff) | |
| download | homebrew-307195805f9b354164518a379b33d3cfab403dce.tar.bz2 | |
postgresql: fix issues link in caveats.
Closes #35131.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 5d21a49a0..24ee95e5d 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -84,7 +84,7 @@ class Postgresql < Formula s = <<-EOS.undent If builds of PostgreSQL 9 are failing and you have version 8.x installed, you may need to remove the previous version first. See: - https://github.com/Homebrew/homebrew/issues/issue/2510 + https://github.com/Homebrew/homebrew/issues/2510 To migrate existing data from a previous major version (pre-9.4) of PostgreSQL, see: http://www.postgresql.org/docs/9.4/static/upgrading.html |
