diff options
author | 无闻 <u@gogs.io> | 2015-10-29 16:50:11 -0400 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2015-10-29 16:50:11 -0400 |
commit | 1f4beb530cea9c098c79d3cd4d84671265dff0e0 (patch) | |
tree | 8410037730b901200c1a3b3ae74e319358dae8c8 | |
parent | 31b375782b55972b4ac7719d9bd1f3fadf1874f9 (diff) | |
parent | 89bf56a6ac86279cb93732535b6cedc812a1d8b5 (diff) | |
download | gitea-1f4beb530cea9c098c79d3cd4d84671265dff0e0.tar.gz gitea-1f4beb530cea9c098c79d3cd4d84671265dff0e0.zip |
Merge pull request #1858 from ChasingLogic/patch-1
Fixed broken link in README
-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). |