diff options
author | Girish Ramakrishnan <girish@cloudron.io> | 2020-06-11 11:38:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 14:38:26 -0400 |
commit | e282fbe75380e05b802e228348179774b2975745 (patch) | |
tree | 7a414e2e53fb1d09b0151d2b16fa277d500bd727 /docs | |
parent | 9ecf732abc43f4201a7fb101c2e54ea484d8f20a (diff) | |
download | gitea-e282fbe75380e05b802e228348179774b2975745.tar.gz gitea-e282fbe75380e05b802e228348179774b2975745.zip |
cloudron: update link to demo (#11857)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/from-package.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md index dbf4631275..4601eb98b9 100644 --- a/docs/content/doc/installation/from-package.en-us.md +++ b/docs/content/doc/installation/from-package.en-us.md @@ -81,14 +81,14 @@ To enable Gitea to run as a service, run `sysrc gitea_enable=YES` and start it w ## Cloudron -Gitea is available as a 1-click install on [Cloudron](https://cloudron.io). For those unaware, +Gitea is available as a 1-click install on [Cloudron](https://cloudron.io). Cloudron makes it easy to run apps like Gitea on your server and keep them up-to-date and secure. [![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=io.gitea.cloudronapp) The Gitea package is maintained [here](https://git.cloudron.io/cloudron/gitea-app). -There is a [demo instance](https://my-demo.cloudron.me) (username: cloudron password: cloudron) where +There is a [demo instance](https://my.demo.cloudron.io) (username: cloudron password: cloudron) where you can experiment with running Gitea. ## Third-party |