diff options
author | rugk <rugk@posteo.de> | 2016-08-06 02:35:40 +0200 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2016-08-05 17:35:40 -0700 |
commit | 28dc5bb5667c4d1839ad28b33b7145b145f30665 (patch) | |
tree | 097db30afed96423be15322de1a742cbb8cb27cd /README.md | |
parent | cf6d321991735a2891e16066f74a75f51719e99e (diff) | |
download | gitea-28dc5bb5667c4d1839ad28b33b7145b145f30665.tar.gz gitea-28dc5bb5667c4d1839ad28b33b7145b145f30665.zip |
Replace gogs.io http links with https version (#3386)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -18,7 +18,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra 3. The demo site [try.gogs.io](https://try.gogs.io) is running under `develop` branch. 4. If you think there are vulnerabilities in the project, please talk privately to **u@gogs.io**. Thanks! 5. If you're interested in using APIs, we have experimental support with [documentation](https://github.com/gogits/go-gogs-client/wiki). -6. If your team/company is using Gogs and would like to put your logo on [our website](http://gogs.io), contact us by any means. +6. If your team/company is using Gogs and would like to put your logo on [our website](https://gogs.io), contact us by any means. [简体中文](README_ZH.md) @@ -28,11 +28,11 @@ The goal of this project is to make the easiest, fastest, and most painless way ## Overview -- Please see the [Documentation](http://gogs.io/docs/intro) for common usages and change log. +- Please see the [Documentation](https://gogs.io/docs/intro) for common usages and change log. - See the [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team. - Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs)! -- Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/). -- Want to help with localization? Check out the [guide](http://gogs.io/docs/features/i18n.html)! +- Having trouble? Get help with [Troubleshooting](https://gogs.io/docs/intro/troubleshooting.html) or [User Forum](https://discuss.gogs.io/). +- Want to help with localization? Check out the [guide](https://gogs.io/docs/features/i18n.html)! ## Features @@ -63,13 +63,13 @@ The goal of this project is to make the easiest, fastest, and most painless way ## Installation -Make sure you install the [prerequisites](http://gogs.io/docs/installation) first. +Make sure you install the [prerequisites](https://gogs.io/docs/installation) first. There are 5 ways to install Gogs: -- [Install from binary](http://gogs.io/docs/installation/install_from_binary.html) -- [Install from source](http://gogs.io/docs/installation/install_from_source.html) -- [Install from packages](http://gogs.io/docs/installation/install_from_packages.html) +- [Install from binary](https://gogs.io/docs/installation/install_from_binary.html) +- [Install from source](https://gogs.io/docs/installation/install_from_source.html) +- [Install from packages](https://gogs.io/docs/installation/install_from_packages.html) - [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) |