diff options
author | Grace <30454698+c4lliope@users.noreply.github.com> | 2021-01-06 02:25:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-06 02:25:01 -0500 |
commit | d2ee1221cc7f52c8063e764b6515fbe4e83db517 (patch) | |
tree | be494cd33e9e89134c5b7ff21c7746e6d8513367 /docs/content/page/index.fr-fr.md | |
parent | 8224f03a23751fb83d4d57058925dac694e8753c (diff) | |
download | gitea-d2ee1221cc7f52c8063e764b6515fbe4e83db517.tar.gz gitea-d2ee1221cc7f52c8063e764b6515fbe4e83db517.zip |
Upgrade XORM links in documentation. (#14265)
* [en] upgrade XORM link.
* [fr] upgrade XORM link.
* [zh-cn] upgrade XORM link.
* [zh-tw] upgrade XORM link.
Diffstat (limited to 'docs/content/page/index.fr-fr.md')
-rwxr-xr-x | docs/content/page/index.fr-fr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/page/index.fr-fr.md b/docs/content/page/index.fr-fr.md index c6761edc40..4bbf08c4d9 100755 --- a/docs/content/page/index.fr-fr.md +++ b/docs/content/page/index.fr-fr.md @@ -255,7 +255,7 @@ Le but de ce projet est de fournir de la manière la plus simple, la plus rapide ## Composants * Framework web : [Macaron](http://go-macaron.com/) -* ORM : [XORM](https://github.com/go-xorm/xorm) +* ORM: [XORM](https://xorm.io) * Interface graphique : * [Semantic UI](http://semantic-ui.com/) * [GitHub Octicons](https://octicons.github.com/) |