diff options
author | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-07-16 13:09:58 +0300 |
---|---|---|
committer | Tetiana Chupryna <tchupryna@gitlab.com> | 2019-07-16 13:21:19 +0300 |
commit | 5176d5458c0b30d8d4bcee6177d66bb1eaea1b46 (patch) | |
tree | c03766dea133395f4a665ae8cef1f0b5534b7fda | |
parent | 2a4ab3724dbed46424bc85b2ed5c42108fa1d456 (diff) | |
download | gitlab-ce-5176d5458c0b30d8d4bcee6177d66bb1eaea1b46.tar.gz |
Fix anchor link
-rw-r--r-- | doc/api/dependencies.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/dependencies.md b/doc/api/dependencies.md index 3ecfe488ea4..bc01ce5e591 100644 --- a/doc/api/dependencies.md +++ b/doc/api/dependencies.md @@ -11,7 +11,7 @@ Every call to this endpoint requires authentication. To perform this call, user ## List project dependencies Get a list of project dependencies. This API partially mirroring -[Dependency List](../user/application_security/dependency_scanning/index.md#dependency_list) feature. +[Dependency List](../user/application_security/dependency_scanning/index.md#dependency-list) feature. This list can be generated only for [languages and package managers](../user/application_security/dependency_scanning/index.md#supported-languages-and-package-managers) supported by Gemnasium. @@ -47,4 +47,4 @@ Example response: "dependency_file_path": "Gemfile.lock" } ] -```
\ No newline at end of file +``` |