diff options
author | Unknwon <u@gogs.io> | 2015-10-09 15:41:08 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-10-09 15:41:08 -0400 |
commit | bc2f546023492f384443ff7109b04b792e613027 (patch) | |
tree | ffdccba258c49d0f28ea368d3b1295cee63ee31b /README.md | |
parent | ef6d12844c94291af79c2800f87b260c036cc1bb (diff) | |
download | gitea-bc2f546023492f384443ff7109b04b792e613027.tar.gz gitea-bc2f546023492f384443ff7109b04b792e613027.zip |
fix README links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -45,7 +45,7 @@ The goal of this project is to make the easiest, fastest, and most painless way - Please see the [Documentation](http://gogs.io/docs/intro/) for project design, known issues, 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) or go down to the **Installation -> Install from binary** section! -- Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.md). +- Having trouble? Get help with [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.html). - Want to help with localization? Check out the [guide](http://gogs.io/docs/features/i18n.html)! ## Features @@ -81,9 +81,9 @@ Make sure you install the [prerequisites](http://gogs.io/docs/installation/) fir There are 5 ways to install Gogs: -- [Install from binary](http://gogs.io/docs/installation/install_from_binary) -- [Install from source](http://gogs.io/docs/installation/install_from_source) -- [Install from packages](http://gogs.io/docs/installation/install_from_packages) +- [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) - [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) |