florimondmanca / djangorestframework-api-key

🔐 API key permissions for Django REST Framework
https://florimondmanca.github.io/djangorestframework-api-key/
MIT License
678 stars 104 forks source link

"Should I use API keys?" documentation link is broken #176

Closed Mukhametvaleev closed 3 years ago

Mukhametvaleev commented 3 years ago

Describe the bug Should I use API keys? documentation link is broken (404 Site not found).

To Reproduce Go to: https://florimondmanca.github.io/djangorestframework-api-key/guide/#api-key-models Click Should I use API keys? link.

Screenshots

image
florimondmanca commented 3 years ago

Thanks for flagging this. It looks like the djangorestframework-api-key prefix in the URL path is missing. Anyone up for looking into that is much welcome!

brittandeyoung commented 3 years ago

It is not allowing me to link the PR to this issue, but I just opened a PR that will resolve this issue.

177