Skip to content

Commit e5b74e7

Browse files
authored
misc: fix PyPI documentation URL (#204)
1 parent 5e9fa30 commit e5b74e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainers = ["Q-CTRL <support@q-ctrl.com>"]
88
readme = "README.md"
99
homepage = "https://q-ctrl.com"
1010
repository = "https://github.com/qctrl/python-open-controls"
11-
documentation = "https://docs.q-ctrl.com/references/python/qctrl-open-controls/"
11+
documentation = "https://docs.q-ctrl.com/open-controls/references/qctrl-open-controls/"
1212
keywords = [
1313
"q-ctrl",
1414
"qctrl",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
version='8.3.0',
2828
description='Q-CTRL Python Open Controls',
2929
python_requires='<3.10,>=3.6.4',
30-
project_urls={"documentation": "https://docs.q-ctrl.com/references/python/qctrl-open-controls/", "homepage": "https://q-ctrl.com", "repository": "https://github.com/qctrl/python-open-controls"},
30+
project_urls={"documentation": "https://docs.q-ctrl.com/open-controls/references/qctrl-open-controls/", "homepage": "https://q-ctrl.com", "repository": "https://github.com/qctrl/python-open-controls"},
3131
author='Q-CTRL',
3232
author_email='support@q-ctrl.com',
3333
license='Apache-2.0',

0 commit comments

Comments
 (0)