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

Commit

Permalink
Move pyd.io to pydio.com references
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Mar 22, 2016
1 parent 7534de2 commit d81827e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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", "http://pyd.io/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
4 changes: 2 additions & 2 deletions core/src/plugins/access.ajxp_home/manifest.xml
Expand Up @@ -18,9 +18,9 @@
<global_param name="URL_APP_ANDROID" type="string" expose="true"
label="CONF_MESSAGE[Android App URL]" description="CONF_MESSAGE[URL of the Android application]" default="https://play.google.com/store/apps/details?id=com.pydio.android.Client"/>
<global_param name="URL_APP_SYNC_WIN" type="string" expose="true"
label="CONF_MESSAGE[Windows PydioSync URL]" description="CONF_MESSAGE[URL of the windows sync application]" default="http://pyd.io/apps/pydio-sync/"/>
label="CONF_MESSAGE[Windows PydioSync URL]" description="CONF_MESSAGE[URL of the windows sync application]" default="https://pydio.com/en/products/downloads/pydiosync-desktop-app/"/>
<global_param name="URL_APP_SYNC_MAC" type="string" expose="true"
label="CONF_MESSAGE[Mac PydioSync URL]" description="CONF_MESSAGE[URL of the mac sync application]" default="http://pyd.io/apps/pydio-sync/"/>
label="CONF_MESSAGE[Mac PydioSync URL]" description="CONF_MESSAGE[URL of the mac sync application]" default="https://pydio.com/en/products/downloads/pydiosync-desktop-app/"/>

</server_settings>
<registry_contributions>
Expand Down
Expand Up @@ -106,7 +106,7 @@
<img className="tutorial_video" src="https://img.youtube.com/vi/ot2Nq-RAnYE/0.jpg"/>

<div className="tutorial_more_videos_cont">
<a className="tutorial_more_videos_button" href="http://pyd.io/end-user-tutorials/" target="_blank"><i className="icon-youtube-play"></i>
<a className="tutorial_more_videos_button" href="https://www.youtube.com/channel/UCNEMnabbk64csjA_qolXvPA" target="_blank"><i className="icon-youtube-play"></i>
<span dangerouslySetInnerHTML={htmlMessage('user_home.65')}></span></a>
</div>
</div>
Expand Down

0 comments on commit d81827e

Please sign in to comment.