diff options
author | HesterG <hestergong@gmail.com> | 2023-05-29 21:27:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-29 13:27:16 +0000 |
commit | 0018b0a15ecc886296e28430ccd2fef5756a50b1 (patch) | |
tree | 6b8808d1e6cc2b7658bd379d2b8d52771fda32d7 /docs/content/doc/installation/from-binary.fr-fr.md | |
parent | 79a4c80f8d81e67371f6ff1f8d55bd003ab01208 (diff) | |
download | gitea-0018b0a15ecc886296e28430ccd2fef5756a50b1.tar.gz gitea-0018b0a15ecc886296e28430ccd2fef5756a50b1.zip |
Unify doc links to use paths relative to doc folder (#24979)
Changes:
1. Use uniform links types relative to doc folder (start with `doc/`)
2. According to [docusaurus
links](https://docusaurus.io/docs/markdown-features/links), if `<a>` is
used, the `href` is resolved as URL location, but not file location. So
need to use `[text]({{< relref "path" >}})` instead.
Diffstat (limited to 'docs/content/doc/installation/from-binary.fr-fr.md')
-rw-r--r-- | docs/content/doc/installation/from-binary.fr-fr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-binary.fr-fr.md b/docs/content/doc/installation/from-binary.fr-fr.md index eea3819384..f5273054bc 100644 --- a/docs/content/doc/installation/from-binary.fr-fr.md +++ b/docs/content/doc/installation/from-binary.fr-fr.md @@ -36,7 +36,7 @@ Après avoir suivi les étapes ci-dessus, vous aurez un binaire `gitea` dans vot ### Anciennes version de glibc -Les anciennes distributions Linux (comme Debian 7 ou CentOS 6) peuvent ne pas être capable d'exécuter le binaire Gitea, résultant généralement une erreur du type ```./gitea: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./gitea)```. Cette erreur est due au driver SQLite que nous intégrons dans le binaire Gitea. Dans le futur, nous fournirons des binaires sans la dépendance pour la bibliothèque glibc. En attendant, vous pouvez mettre à jour votre distribution ou installer Gitea depuis le [code source]({{< relref "from-source.fr-fr.md" >}}). +Les anciennes distributions Linux (comme Debian 7 ou CentOS 6) peuvent ne pas être capable d'exécuter le binaire Gitea, résultant généralement une erreur du type ```./gitea: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./gitea)```. Cette erreur est due au driver SQLite que nous intégrons dans le binaire Gitea. Dans le futur, nous fournirons des binaires sans la dépendance pour la bibliothèque glibc. En attendant, vous pouvez mettre à jour votre distribution ou installer Gitea depuis le [code source]({{< relref "doc/installation/from-source.fr-fr.md" >}}). ### Exécuter Gitea avec un autre port |