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.en-us.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.en-us.md')
-rw-r--r-- | docs/content/page/index.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/page/index.en-us.md b/docs/content/page/index.en-us.md index 1002c95518..d190b20ae5 100644 --- a/docs/content/page/index.en-us.md +++ b/docs/content/page/index.en-us.md @@ -268,7 +268,7 @@ Windows, on architectures like amd64, i386, ARM, PowerPC, and others. ## Components * Web framework: [Macaron](http://go-macaron.com/) -* ORM: [XORM](https://github.com/go-xorm/xorm) +* ORM: [XORM](https://xorm.io) * UI components: * [Semantic UI](http://semantic-ui.com/) * [GitHub Octicons](https://octicons.github.com/) |