diff --git a/docs/usage/packages/debian.md b/docs/usage/packages/debian.md index dfc6398e..4871f19d 100644 --- a/docs/usage/packages/debian.md +++ b/docs/usage/packages/debian.md @@ -101,7 +101,7 @@ Example request using HTTP Basic authentication: ```shell curl --user your_username:your_token_or_password -X DELETE \ - https://gitea.example.com/api/packages/testuser/debian/pools/bionic/main/test-package/1.0.0/amd64 + https://gitea.example.com/api/packages/testuser/debian/pool/bionic/main/test-package/1.0.0/amd64 ``` The server responds with the following HTTP Status codes.