Skip to content

Commit fc5dbc3

Browse files
committed
doc: update Canaille URL to RTD
1 parent 995d6c3 commit fc5dbc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest-iam
22
==========
33

44
pytest-iam spawns a lightweight OAuth2 / OpenID Server (OIDC) in a thread to be used in your test suite.
5-
The machinery involves [Canaille](https://canaille.yaal.coop) and [Authlib](https://authlib.org).
5+
The machinery involves [Canaille](https://canaille.readthedocs.io) and [Authlib](https://authlib.org).
66

77
- [Repository](https://github.com/pytest-dev/pytest-iam)
88
- [Package](https://pypi.org/project/pytest-iam)
@@ -20,7 +20,7 @@ Usage
2020

2121
pytest-iam provides tools to test your application authentication mechanism against a OAuth2/OIDC server:
2222

23-
- It launches a [Canaille](https://canaille.yaal.coop) instance
23+
- It launches a [Canaille](https://canaille.readthedocs.io) instance
2424
- It provides a ``iam_server`` fixture that comes with several features:
2525
- the URL of the IAM server to configure your application
2626
- IAM models (Users, groups, clients, tokens etc.) to prepare your tests and check the side effects.

0 commit comments

Comments
 (0)