From 960b7846bbd0126e2036a6f86caa4a110a95970e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 25 Dec 2005 19:39:22 +0000 Subject: [PATCH] * Updated documentation * Updated the link to the online documentation, now on meta --- Cite.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cite.php b/Cite.php index 525e914d..c809de9f 100644 --- a/Cite.php +++ b/Cite.php @@ -2,9 +2,14 @@ if ( ! defined( 'MEDIAWIKI' ) ) die(); /**#@+ + * A parser extension that adds two tags, and for adding + * citations to pages + * * @package MediaWiki * @subpackage Extensions * + * @link http://meta.wikimedia.org/wiki/Cite/Cite.php Documentation + * * @author Ævar Arnfjörð Bjarmason * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later @@ -15,7 +20,7 @@ $wgExtensionCredits['parserhook'][] = array( 'name' => 'Cite', 'author' => 'Ævar Arnfjörð Bjarmason', 'description' => 'adds and tags, for citations', - 'url' => 'http://avar.lir.dk/mw/HEAD/wiki/Cite' + 'url' => 'http://meta.wikimedia.org/wiki/Cite/Cite.php' ); /**