Skip to content
Snippets Groups Projects
Commit ab567923 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

fixed URLs in plugin and user manager

For the new plugin repository, plugins should use a page named after their
class at wiki.splitbrain.org

darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996748117987438c953f.gz
parent 3a1dad2d
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ class admin_plugin_plugin extends DokuWiki_Admin_Plugin {
'date' => '2005-08-10',
'name' => 'Plugin Manager',
'desc' => "Manage Plugins, including automated plugin installer $disabled",
'url' => 'http://wiki.splitbrain.org/plugin:adminplugin',
'url' => 'http://wiki.splitbrain.org/plugin:plugin',
);
}
......
......@@ -64,7 +64,7 @@ class admin_plugin_usermanager extends DokuWiki_Admin_Plugin {
'date' => '2005-11-24',
'name' => 'User Manager',
'desc' => 'Manage users '.$this->disabled,
'url' => 'http://wiki.splitbrain.org/plugin:user_manager',
'url' => 'http://wiki.splitbrain.org/plugin:usermanager',
);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment