diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-06-05 04:48:53 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-06-05 04:48:53 +0100 |
commit | 4c3063cadfb87a154b672214996ada1d1622f732 (patch) | |
tree | 6e12d273f90820c71537f455a51d7d83b8fd3fb9 /app/flatpages/help/api.md | |
parent | 66885fedaadf6f19de726cf93f1b01364c80a0ea (diff) | |
download | cheatdb-4c3063cadfb87a154b672214996ada1d1622f732.tar.xz |
Fix typo
Diffstat (limited to 'app/flatpages/help/api.md')
-rw-r--r-- | app/flatpages/help/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/flatpages/help/api.md b/app/flatpages/help/api.md index ab5e71c..893d3b0 100644 --- a/app/flatpages/help/api.md +++ b/app/flatpages/help/api.md @@ -25,7 +25,7 @@ Tokens can be attained by visiting [Profile > "API Tokens"](/user/tokens/). * GET `/api/packages/` - See [Package Queries](#package-queries) * GET `/api/scores/` - See [Package Queries](#package-queries) * GET `/api/packages/<username>/<name>/` -* GET `/api/packages/<username>/<name>/` +* GET `/api/packages/<username>/<name>/dependencies/` * If query argument `only_hard` is present, only hard deps will be returned. ### Releases |