Skip to content

Commit cfdc794

Browse files
committed
chore: update references to the new repository
1 parent 70f7d19 commit cfdc794

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-iam
44
pytest-iam spawns a lightweight OAuth2 / OpenID Server (OIDC) in a thread to be used in your test suite.
55
The machinery involves [Canaille](https://canaille.yaal.coop) and [Authlib](https://authlib.org).
66

7-
- [Repository](https://gitlab.com/yaal/pytest-iam)
7+
- [Repository](https://github.com/pytest-dev/pytest-iam)
88
- [Package](https://pypi.org/project/pytest-iam)
99
- [Documentation](https://pytest-iam.readthedocs.io)
1010

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"authlib": ("https://docs.authlib.org/en/latest/", None),
4646
}
4747

48-
issues_uri = "https://gitlab.com/yaal/pytest_iam/-/issues/{issue}"
49-
issues_pr_uri = "https://gitlab.com/yaal/pytest_iam/-/merge_requests/{pr}"
50-
issues_commit_uri = "https://gitlab.com/yaal/pytest_iam/-/commit/{commit}"
48+
issues_uri = "https://github.com/pytest-dev/pytest_iam/-/issues/{issue}"
49+
issues_pr_uri = "https://github.com/pytest-dev/pytest_iam/-/merge_requests/{pr}"
50+
issues_commit_uri = "https://github.com/pytest-dev/pytest_iam/-/commit/{commit}"
5151

5252
# -- Options for HTML output ----------------------------------------------
5353

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Framework :: Pytest",
2727
]
2828

29-
repository = "https://gitlab.com/yaal/pytest-iam"
29+
repository = "https://github.com/pytest-dev/pytest-iam"
3030
documentation = "https://pytest-iam.readthedocs.io/en/latest/"
3131

3232
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)