mirror of
https://github.com/YunoHost-Apps/mindmaps_ynh.git
synced 2024-09-03 19:45:59 +02:00
Fix links
This commit is contained in:
parent
e07f91b4f0
commit
f7c2fe67fe
3 changed files with 4 additions and 12 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue