diff options
| author | 2019-12-03 22:56:57 +0100 | |
|---|---|---|
| committer | 2019-12-03 22:56:57 +0100 | |
| commit | 15b8ef8f40f249ace343696df216f2d61f8249d0 (patch) | |
| tree | 809e90798b79d9f76491ccc81d4c4fa5c04788a9 | |
| parent | 705318aa39a605a4d869db588f6cffb12019a611 (diff) | |
Fix doc links (#2685)
Many broken links.
Related to https://github.com/FreshRSS/FreshRSS/pull/2614
| -rw-r--r-- | README.fr.md | 10 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | cli/README.md | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/README.fr.md b/README.fr.md index 889b72380..aaf8f0c17 100644 --- a/README.fr.md +++ b/README.fr.md @@ -32,10 +32,10 @@ FreshRSS n’est fourni avec aucune garantie.  # [Documentation](https://freshrss.github.io/FreshRSS/fr/) -* La [documentation utilisateurs](https://freshrss.github.io/FreshRSS/fr/users/02_First_steps.md) pour découvrir les fonctionnalités de FreshRSS. -* La [documentation administrateurs](https://freshrss.github.io/FreshRSS/fr/users/01_Installation.md) pour l’installation et la maintenance de FreshRSS. -* La [documentation développeurs](https://freshrss.github.io/FreshRSS/fr/developers/01_First_steps.md) pour savoir comment contribuer et mieux comprendre le code source de FreshRSS. -* Le [guide de contribution](https://freshrss.github.io/FreshRSS/fr/contributing.md) pour nous aider à développer FreshRSS. +* La [documentation utilisateurs](https://freshrss.github.io/FreshRSS/fr/users/02_First_steps.html) pour découvrir les fonctionnalités de FreshRSS. +* La [documentation administrateurs](https://freshrss.github.io/FreshRSS/fr/users/01_Installation.html) pour l’installation et la maintenance de FreshRSS. +* La [documentation développeurs](https://freshrss.github.io/FreshRSS/fr/developers/01_First_steps.html) pour savoir comment contribuer et mieux comprendre le code source de FreshRSS. +* Le [guide de contribution](https://freshrss.github.io/FreshRSS/fr/contributing.html) pour nous aider à développer FreshRSS. # Prérequis * Un navigateur Web récent tel que Firefox / IceCat, Internet Explorer 11 / Edge (sauf certains détails), Chromium / Chrome, Opera, Safari. @@ -74,7 +74,7 @@ Voir la [liste des versions](../../releases). 6. Des paramètres de configuration avancés peuvent être vus dans [config.default.php](config.default.php) et modifiés dans `data/config.php`. 7. Avec Apache, activer [`AllowEncodedSlashes`](https://httpd.apache.org/docs/trunk/mod/core.html#allowencodedslashes) pour une meilleure compatibilité avec les clients mobiles. -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). +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.html). ### Exemple d’installation complète sur Linux Debian/Ubuntu ```sh @@ -35,7 +35,7 @@ FreshRSS comes with absolutely no warranty. * [User documentation](https://freshrss.github.io/FreshRSS/en/users/02_First_steps.html), where you can discover all the possibilities offered by FreshRSS * [Administrator documentation](https://freshrss.github.io/FreshRSS/en/admins/01_Index.html) for detailed installation and maintenance related tasks * [Developer documentation](https://freshrss.github.io/FreshRSS/en/developers/01_First_steps.html) to guide you in the source code of FreshRSS and to help you if you want to contribute -* [Contributor guidelines](https://freshrss.github.io/FreshRSS/en/contributing.md) for those who want to help improve FreshRSS +* [Contributor guidelines](https://freshrss.github.io/FreshRSS/en/contributing.html) for those who want to help improve FreshRSS # Requirements * A recent browser like Firefox / IceCat, Internet Explorer 11 / Edge (minus a few details), Chromium / Chrome, Opera, Safari. @@ -57,7 +57,7 @@ See the [list of releases](../../releases). * Use [the dev branch](https://github.com/FreshRSS/FreshRSS/tree/dev) if you want a rolling release with the newest features, or help testing or developing the next stable version. -# [Installation](https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html) +# [Installation](https://freshrss.github.io/FreshRSS/en/admins/03_Installation.html) ## Automated install * [](./Docker/) @@ -74,7 +74,7 @@ See the [list of releases](../../releases). 6. Advanced configuration settings can be found in [config.default.php](config.default.php) and modified in `data/config.php`. 7. When using Apache, enable [`AllowEncodedSlashes`](https://httpd.apache.org/docs/trunk/mod/core.html#allowencodedslashes) for better compatibility with mobile clients. -More detailed information about installation and server configuration can be found in [our documentation](https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html). +More detailed information about installation and server configuration can be found in [our documentation](https://freshrss.github.io/FreshRSS/en/admins/03_Installation.html). ## Advice * For better security, expose only the `./p/` folder to the Web. diff --git a/cli/README.md b/cli/README.md index 89b440a39..4ef665e69 100644 --- a/cli/README.md +++ b/cli/README.md @@ -127,5 +127,5 @@ Example to get the number of feeds of a given user: # Install and updates -If you want to administrate FreshRSS using git, please read our [installation docs](https://freshrss.github.io/FreshRSS/en/admins/02_Installation.html) +If you want to administrate FreshRSS using git, please read our [installation docs](https://freshrss.github.io/FreshRSS/en/admins/03_Installation.html) and [update guidelines](https://freshrss.github.io/FreshRSS/en/admins/03_Updating.html). |
