Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Fixed links to MySQL manual
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Oct 30, 2011
1 parent a8d2eba commit 552e2d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FSHL/Output/HtmlManual.php
Expand Up @@ -53,9 +53,9 @@ class HtmlManual implements FSHL\Output
'php-keyword1' => 'http://php.net/manual/en/langref.php',
'php-keyword2' => 'http://php.net/%s',

'sql-keyword1' => 'http://search.oracle.com/search/search?group=Documentation&q=%s',
'sql-keyword2' => 'http://search.oracle.com/search/search?group=Documentation&q=%s',
'sql-keyword3' => 'http://search.oracle.com/search/search?group=Documentation&q=%s',
'sql-keyword1' => 'http://search.oracle.com/search/search?group=MySQL&q=%s',
'sql-keyword2' => 'http://search.oracle.com/search/search?group=MySQL&q=%s',
'sql-keyword3' => 'http://search.oracle.com/search/search?group=MySQL&q=%s',
);

/**
Expand Down

0 comments on commit 552e2d4

Please sign in to comment.