aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-09-09 11:10:05 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-09-09 11:10:05 +0200
commitc00743b9b76b177532314a63793cac96ff4228bc (patch)
treec430e0039bda4449bdd0b3684ea33bd9dcdaba47
parent94b619eea5c2dabf05df6bb286b8f505d365bbb1 (diff)
Update deployment links
Remove broken DP deploy links https://github.com/DFabric/DPlatform-Shell/issues/51
-rw-r--r--README.fr.md5
-rw-r--r--README.md7
-rw-r--r--docs/fr/developers/01_First_steps.md6
3 files changed, 6 insertions, 12 deletions
diff --git a/README.fr.md b/README.fr.md
index 20fbf955d..e323879ef 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -60,10 +60,9 @@ Nous sommes une communauté amicale.
Plus d’informations sur l’installation et la configuration serveur peuvent être trouvées dans [notre documentation](https://freshrss.github.io/FreshRSS/fr/users/01_Installation.md).
## Installation automatisée
-* [Docker](./Docker/)
+* [![Docker](https://www.docker.com/sites/default/files/horizontal.png)](./Docker/)
+* [![YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss)
* [![Cloudron](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=org.freshrss.cloudronapp)
-* [![DP deploy](https://raw.githubusercontent.com/DFabric/DPlatform-ShellCore/gh-pages/img/deploy.png)](https://dfabric.github.io/DPlatform-ShellCore)
-* [YunoHost](https://github.com/YunoHost-Apps/freshrss_ynh)
## Exemple d’installation complète sur Linux Debian/Ubuntu
```sh
diff --git a/README.md b/README.md
index 4567c50c6..0111d6882 100644
--- a/README.md
+++ b/README.md
@@ -59,11 +59,10 @@ We are a friendly community.
More information about installation and server configuration can be found in [our documentation](https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html).
-## Automated install
-* [Docker](./Docker/)
+## Automated install
+* [![Docker](https://www.docker.com/sites/default/files/horizontal.png)](./Docker/)
+* [![YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=freshrss)
* [![Cloudron](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=org.freshrss.cloudronapp)
-* [![DP deploy](https://raw.githubusercontent.com/DFabric/DPlatform-ShellCore/gh-pages/img/deploy.png)](https://dfabric.github.io/DPlatform-ShellCore)
-* [YunoHost](https://github.com/YunoHost-Apps/freshrss_ynh)
## Example of full installation on Linux Debian/Ubuntu
```sh
diff --git a/docs/fr/developers/01_First_steps.md b/docs/fr/developers/01_First_steps.md
index 400523e23..d2bf9d315 100644
--- a/docs/fr/developers/01_First_steps.md
+++ b/docs/fr/developers/01_First_steps.md
@@ -4,11 +4,7 @@
## Docker
-L'image Docker contenant l'environnement de développement de FreshRSS est accessible via :
-
-`$ docker pull marienfressinaud/freshrss`
-
-Vous pouvez lire [le fichier README du dépôt dédié](https://github.com/FreshRSS/docker-freshrss).
+Le développement et le deploiement de FreshRSS peuvent se faire [via Docker](https://github.com/FreshRSS/FreshRSS/tree/dev/Docker).
# Architecture du projet