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