Commit a859723ef80d65ce03b647ffd808aabfca88765b

Authored by Sytse Sijbrandij
1 parent 970d86b7

Add direct link to backup task and some other interfaces.

Showing 1 changed file with 6 additions and 3 deletions   Show diff stats
README.md
... ... @@ -127,14 +127,17 @@ or start each component separately
127 127  
128 128 ### GitLab interfaces
129 129  
130   -* [GitLab API](doc/api/README.md)
  130 +* [GitLab API doc](doc/api/README.md) or see the [GitLab API website](http://api.gitlab.org/)
131 131  
132   -* [Rake tasks](doc/raketasks)
  132 +* [Rake tasks](doc/raketasks) including a [backup and restore procedure](doc/raketasks/backup_restore.md)
133 133  
134 134 * [Directory structure](doc/install/structure.md)
135 135  
136   -* [Databases](doc/install/databases.md)
  136 +* [Database installation](doc/install/databases.md)
137 137  
  138 +* [Markdown specification](doc/markdown/markdown.md)
  139 +
  140 +* [Security guide](doc/security/rack_attack.md) to throttle abusive requests
138 141  
139 142 ### Getting help
140 143  
... ...