Skip to content

Commit de4d0f9

Browse files
committed
Update project URLs
1 parent 7c76aee commit de4d0f9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Change log
2727
0.4.0
2828
#####
2929

30-
* Minimum python version is now 3.7 by @ashb in https://github.com/ashb/sphinx-argparse/pull/25
31-
* Fix anchor for toc by @Blaok in https://github.com/ashb/sphinx-argparse/pull/2
32-
* feat: find executable filename to address #16 by @tsutterley in https://github.com/ashb/sphinx-argparse/pull/17
33-
* Test against python 3.11 too by @ashb in https://github.com/ashb/sphinx-argparse/pull/22
30+
* Minimum python version is now 3.7 by @ashb in https://github.com/sphinx-doc/sphinx-argparse/pull/25
31+
* Fix anchor for toc by @Blaok in https://github.com/sphinx-doc/sphinx-argparse/pull/2
32+
* feat: find executable filename to address #16 by @tsutterley in https://github.com/sphinx-doc/sphinx-argparse/pull/17
33+
* Test against python 3.11 too by @ashb in https://github.com/sphinx-doc/sphinx-argparse/pull/22
3434

3535
0.3.1
3636
#####

docs/contrib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Most wanted:
99
* Bug fixes
1010
* Examples
1111

12-
Contributions are gratefully accepted through `github <https://github.com/ashb/sphinx-argparse>`_ pull-request. Please report bugs as issues on github.
12+
Contributions are gratefully accepted through `github <https://github.com/sphinx-doc/sphinx-argparse>`_ pull-request. Please report bugs as issues on github.
1313

1414
Don't forget to run tests before committing::
1515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "sphinx-argparse"
88
description = "A sphinx extension that automatically documents argparse commands and options"
99
readme = "README.rst"
1010
urls.Changelog = "https://sphinx-argparse.readthedocs.io/en/latest/changelog.html"
11-
urls.Code = "https://github.com/ashb/sphinx-argparse"
11+
urls.Code = "https://github.com/sphinx-doc/sphinx-argparse"
1212
urls.Download = "https://pypi.org/project/sphinx-argparse/"
1313
urls.Homepage = "https://sphinx-argparse.readthedocs.io/"
1414
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx-argparse/issues"

0 commit comments

Comments
 (0)