marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

docs: Update all Keycloak links #546

Closed tobiasge closed 3 months ago

tobiasge commented 3 months ago

Update all links to the Keycloak Admin REST API for the current version.

To get a list of all versions present in the doc-strings i used this:

grep -h "docs-api" src/keycloak/*py | sed 's/^[[:space:]]*//g' | cut -d '/' -f 5 | sort -u