diff --git a/README.md b/README.md index 907222f..4bb803f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Mindmaps is a HTML5 based mind mapping application. It lets you create neat look ## Demo -* [Official demo](www.mindmaps.app) +* [Official demo](https://www.mindmaps.app/) ## Documentation @@ -49,7 +49,7 @@ Mindmaps is a HTML5 based mind mapping application. It lets you create neat look ## Links * Report a bug: https://github.com/YunoHost-Apps/mindmaps_ynh/issues - * App website: www.mindmaps.app + * App website: https://www.mindmaps.app/ * Upstream app repository: https://github.com/drichard/mindmaps * YunoHost website: https://yunohost.org/ diff --git a/README_fr.md b/README_fr.md index e813126..c7446f6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Mindmaps est une application de mind mapping basée sur HTML5. Il vous permet de ## Démo -* [Démo officielle](www.mindmaps.app) +* [Démo officielle](https://www.mindmaps.app/) ## Documentation @@ -49,7 +49,7 @@ Mindmaps est une application de mind mapping basée sur HTML5. Il vous permet de ## Liens * Signaler un bug : https://github.com/YunoHost-Apps/mindmaps_ynh/issues - * Site de l'application : www.mindmaps.app + * Site de l'application : https://www.mindmaps.app/ * Dépôt de l'application principale : https://github.com/drichard/mindmaps * Site web YunoHost : https://yunohost.org/ diff --git a/scripts/upgrade b/scripts/upgrade index 0f6d11c..f635bc6 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -89,14 +89,6 @@ ynh_add_nginx_config # Set permissions on app files chown -R root: $final_path -#================================================= -# SETUP SSOWAT -#================================================= -ynh_script_progression --message="Upgrading SSOwat configuration..." --weight=1 - -# Make app public if necessary or protect it -[ $is_public -eq 0 ] || ynh_permission_update --permission "main" --add "visitors" - #================================================= # RELOAD NGINX #=================================================