Skip to content

Commit 1d2dd33

Browse files
author
Alan Christie
committed
docs: Doc tweaks (repo rename)
1 parent d031b96 commit 1d2dd33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Informatics Matters Job Tester ("jote")
55
:target: https://badge.fury.io/py/im-jote
66
:alt: PyPI package (latest)
77

8-
The **Job Tester** (``jote``) is a Python utility used to run *unit tests*
8+
The **Squonk2 Job Tester** (``jote``) is a Python utility used to run *unit tests*
99
that are defined in Data Manager *job implementation repositories* against
1010
the job's container image, images that are typically built from the same
1111
repository.
@@ -240,4 +240,4 @@ Get in touch
240240

241241
- Report bugs, suggest features or view the source code `on GitHub`_.
242242

243-
.. _on GitHub: https://github.com/informaticsmatters/data-manager-job-tester
243+
.. _on GitHub: https://github.com/informaticsmatters/squonk2-data-manager-job-tester

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version=os.environ.get("GITHUB_REF_SLUG", "1.0.0"),
2121
author="Alan Christie",
2222
author_email="[email protected]",
23-
url="https://github.com/informaticsmatters/data-manager-job-tester",
23+
url="https://github.com/informaticsmatters/squonk2-data-manager-job-tester",
2424
license="MIT",
2525
description="The IM Data Manager Job Tester (jote)",
2626
long_description=long_description,

0 commit comments

Comments
 (0)