Skip to content

Commit 26d7c06

Browse files
committed
Update outdated GitHub links
This repository was moved into the PyPA organization, so update the links accordingly.
1 parent b2b038e commit 26d7c06

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/cli_usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The ``lint-dependency-groups`` CLI is also available as a pre-commit hook:
4747
.. code-block:: yaml
4848
4949
repos:
50-
- repo: https://github.com/sirosen/dependency-groups
50+
- repo: https://github.com/pypa/dependency-groups
5151
rev: 1.3.0
5252
hooks:
5353
- id: lint-dependency-groups

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"python": ("https://docs.python.org/3", None),
2020
}
2121

22-
issues_github_path = "sirosen/dependency-groups"
22+
issues_github_path = "pypa/dependency-groups"
2323

2424
# List of patterns, relative to source directory, that match files and
2525
# directories to ignore when looking for source files.
@@ -31,7 +31,7 @@
3131
pygments_style = "friendly"
3232
pygments_dark_style = "monokai" # this is a furo-specific option
3333
html_theme_options = {
34-
"source_repository": "https://github.com/sirosen/dependency-groups/",
34+
"source_repository": "https://github.com/pypa/dependency-groups/",
3535
"source_branch": "main",
3636
"source_directory": "docs/",
3737
}

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Dependency Groups
66
An implementation of Dependency Groups (`PEP 735 <https://peps.python.org/pep-0735/>`_).
77

88
The source code is hosted in `a GitHub repo
9-
<https://github.com/sirosen/dependency-groups/>`_, and bugs and
9+
<https://github.com/pypa/dependency-groups/>`_, and bugs and
1010
features are tracked in the associated `issue tracker
11-
<https://github.com/sirosen/dependency-groups/issues/>`_.
11+
<https://github.com/pypa/dependency-groups/issues/>`_.
1212

1313
.. toctree::
1414
:maxdepth: 2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ dependency-groups = "dependency_groups.__main__:main"
4949
cli = ["tomli; python_version<'3.11'"]
5050

5151
[project.urls]
52-
source = "https://github.com/sirosen/dependency-groups"
53-
changelog = "https://github.com/sirosen/dependency-groups/blob/main/CHANGELOG.rst"
52+
source = "https://github.com/pypa/dependency-groups"
53+
changelog = "https://github.com/pypa/dependency-groups/blob/main/CHANGELOG.rst"
5454
documentation = "https://dependency-groups.readthedocs.io/"
5555

5656

0 commit comments

Comments
 (0)