diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-02 14:10:44 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-02 14:10:44 +0000 |
commit | 3a1ab65e49b94d6779a2641cd3ab297f1308b57a (patch) | |
tree | 9e5bc0c1d602b5491773161d164e577bdf5f138f | |
parent | 970d86b7c5d0be871d8ab8d7cbd51997fd62e28a (diff) | |
parent | a859723ef80d65ce03b647ffd808aabfca88765b (diff) | |
download | gitlab-ce-3a1ab65e49b94d6779a2641cd3ab297f1308b57a.tar.gz |
Merge branch 'add-backup-to-readme' of /home/git/repositories/gitlab/gitlabhq
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md index ce0f4a8a1c5..261e245fccb 100644 --- a/README.md +++ b/README.md @@ -127,14 +127,17 @@ or start each component separately ### GitLab interfaces -* [GitLab API](doc/api/README.md) +* [GitLab API doc](doc/api/README.md) or see the [GitLab API website](http://api.gitlab.org/) -* [Rake tasks](doc/raketasks) +* [Rake tasks](doc/raketasks) including a [backup and restore procedure](doc/raketasks/backup_restore.md) * [Directory structure](doc/install/structure.md) -* [Databases](doc/install/databases.md) +* [Database installation](doc/install/databases.md) +* [Markdown specification](doc/markdown/markdown.md) + +* [Security guide](doc/security/rack_attack.md) to throttle abusive requests ### Getting help |