summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-10-09 15:26:49 -0400
committer无闻 <u@gogs.io>2015-10-09 15:26:49 -0400
commitef6d12844c94291af79c2800f87b260c036cc1bb (patch)
tree18d63f3332ac8381be4f3390e3947a1bb7ffe19e
parentb5e6af95873f3b04c0b36d97d735d1ee39db8637 (diff)
parenta443fcf33a788a968020e10c319dbed059145164 (diff)
downloadgitea-ef6d12844c94291af79c2800f87b260c036cc1bb.tar.gz
gitea-ef6d12844c94291af79c2800f87b260c036cc1bb.zip
Merge pull request #1752 from soudy/develop
fixed dead links in README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 19e8920cd8..b87442c12a 100644
--- a/README.md
+++ b/README.md
@@ -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.md)
-- [Install from source](http://gogs.io/docs/installation/install_from_source.md)
-- [Install from packages](http://gogs.io/docs/installation/install_from_packages.md)
+- [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)
- [Ship with Docker](https://github.com/gogits/gogs/tree/master/docker)
- [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)