Skip to content

Commit

Permalink
Use php.net short URL
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Sep 10, 2014
1 parent d239c06 commit 231dbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raven.install
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function raven_requirements($phase) {
$requirements['openssl'] = array(
'title' => st('PHP OpenSSL library'),
'value' => st('Not installed'),
'description' => st('The <a href="@url">PHP OpenSSL library</a> is not installed', array('@url' => 'http://www.php.net/manual/en/book.openssl.php')),
'description' => st('The <a href="@url">PHP OpenSSL library</a> is not installed', array('@url' => 'http://php.net/openssl')),
'severity' => REQUIREMENT_ERROR,
);
}
Expand Down

0 comments on commit 231dbfa

Please sign in to comment.