summaryrefslogtreecommitdiff
path: root/doc/api/dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/dependencies.md')
-rw-r--r--doc/api/dependencies.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/dependencies.md b/doc/api/dependencies.md
index 6175c26ed75..c85a3521aed 100644
--- a/doc/api/dependencies.md
+++ b/doc/api/dependencies.md
@@ -30,7 +30,7 @@ GET /projects/:id/dependencies?package_manager=yarn,bundler
| Attribute | Type | Required | Description |
| ------------- | -------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding). |
+| `id` | integer/string | yes | The ID or [URL-encoded path of the project](index.md#namespaced-path-encoding). |
| `package_manager` | string array | no | Returns dependencies belonging to specified package manager. Valid values: `bundler`, `composer`, `maven`, `npm`, `pip` or `yarn`. |
```shell