From 3f12f03685b68af01016f3f41d908032a38d30a4 Mon Sep 17 00:00:00 2001 From: Isaac Cook Date: Sat, 30 Aug 2014 15:16:09 -0500 Subject: [PATCH] Link to properly rendered markdown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af33b0e8e..6e56d795a 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ Make sure you install [Prerequirements](http://gogs.io/docs/installation/) first There are 5 ways to install Gogs: -- [Install from binary](http://gogs.io/docs/installation/install_from_binary.md): **STRONGLY RECOMMENDED** -- [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.html): **STRONGLY RECOMMENDED** +- [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/dockerfiles) - [Install with Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs)