Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix URL for plugins documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jul 4, 2016
1 parent ea8d870 commit 539b2e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2032,7 +2032,7 @@ public function switchAction($action, $httpVars, $fileVars)
echo("<param name=\"AJXP_PLUGIN_ENABLED\" value=\"".($ajxpPlugin->isEnabled()?"true":"false")."\"/>");
}
echo("</plugin_settings_values>");
echo("<plugin_doc><![CDATA[<p>".$ajxpPlugin->getPluginInformationHTML("Charles du Jeu", "https://pydio.com/en/docs/references/plugins")."</p>");
echo("<plugin_doc><![CDATA[<p>".$ajxpPlugin->getPluginInformationHTML("Charles du Jeu", "https://pydio.com/en/docs/references/plugins/")."</p>");
if (file_exists($ajxpPlugin->getBaseDir()."/plugin_doc.html")) {
echo(file_get_contents($ajxpPlugin->getBaseDir()."/plugin_doc.html"));
}
Expand Down

0 comments on commit 539b2e3

Please sign in to comment.