diff options
author | James Lopez <james@jameslopez.es> | 2018-02-13 15:35:08 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2018-02-13 15:35:08 +0100 |
commit | 083194908437f129adcb6e36be40af72ad6d308c (patch) | |
tree | ebefcc56f07e77a19745589e65190d78b34939d7 /doc/api | |
parent | e8813520029f0f07b0cf2d8463337ae09f15b7fe (diff) | |
download | gitlab-ce-083194908437f129adcb6e36be40af72ad6d308c.tar.gz |
update missing doc links
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 46f5de5aa0e..08df65b2f66 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1326,6 +1326,10 @@ POST /projects/:id/housekeeping Read more in the [Branches](branches.md) documentation. +## Project Import/Export + +Read more in the [Project export](project_import_export.md) documentation. + ## Project members Read more in the [Project members](members.md) documentation. |