diff options
author | Mathew Robinson <mathew.robinson@chasinglogic.com> | 2015-10-29 15:34:59 -0400 |
---|---|---|
committer | Mathew Robinson <mathew.robinson@chasinglogic.com> | 2015-10-29 15:34:59 -0400 |
commit | 89bf56a6ac86279cb93732535b6cedc812a1d8b5 (patch) | |
tree | 8410037730b901200c1a3b3ae74e319358dae8c8 /README.md | |
parent | 31b375782b55972b4ac7719d9bd1f3fadf1874f9 (diff) | |
download | gitea-89bf56a6ac86279cb93732535b6cedc812a1d8b5.tar.gz gitea-89bf56a6ac86279cb93732535b6cedc812a1d8b5.zip |
Fixed broken link in README
The link http://gogs.io/docs/intro/ produces a 404 error and is used in the README updated it to http://gogs.io/docs/intro which correctly links to the introductory documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ 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 project design, known issues, and change log. +- 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.html). |