Skip to content

Commit 0a40eac

Browse files
committed
Update various urls.
1 parent 7fe5e1d commit 0a40eac

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Colour - Checker Detection
2121
.. end-badges
2222
2323
24-
A `Python <https://www.python.org/>`__ package implementing various colour
24+
A `Python <https://www.python.org>`__ package implementing various colour
2525
checker detection algorithms and related utilities.
2626

2727
It is open source and freely available under the
@@ -66,12 +66,12 @@ Primary Dependencies
6666

6767
**Colour - Checker Detection** requires various dependencies in order to run:
6868

69-
- `python >= 3.8, < 4 <https://www.python.org/download/releases/>`__
70-
- `colour-science >= 4 <https://pypi.org/project/colour-science/>`__
71-
- `imageio >= 2, < 3 <https://imageio.github.io/>`__
72-
- `numpy >= 1.19, < 2 <https://pypi.org/project/numpy/>`__
73-
- `opencv-python >= 4, < 5 <https://pypi.org/project/opencv-python/>`__
74-
- `scipy >= 1.5, < 2 <https://pypi.org/project/scipy/>`__
69+
- `python >= 3.8, < 4 <https://www.python.org/download/releases>`__
70+
- `colour-science >= 4 <https://pypi.org/project/colour-science>`__
71+
- `imageio >= 2, < 3 <https://imageio.github.io>`__
72+
- `numpy >= 1.19, < 2 <https://pypi.org/project/numpy>`__
73+
- `opencv-python >= 4, < 5 <https://pypi.org/project/opencv-python>`__
74+
- `scipy >= 1.5, < 2 <https://pypi.org/project/scipy>`__
7575

7676
Pypi
7777
~~~~
@@ -90,7 +90,7 @@ Contributing
9090
^^^^^^^^^^^^
9191

9292
If you would like to contribute to `Colour - Checker Detection <https://github.com/colour-science/colour-checker-detection>`__,
93-
please refer to the following `Contributing <https://www.colour-science.org/contributing/>`__
93+
please refer to the following `Contributing <https://www.colour-science.org/contributing>`__
9494
guide for `Colour <https://github.com/colour-science/colour>`__.
9595

9696
Bibliography
@@ -110,7 +110,7 @@ Code of Conduct
110110
---------------
111111

112112
The *Code of Conduct*, adapted from the `Contributor Covenant 1.4 <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>`__,
113-
is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct/>`__ page.
113+
is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct>`__ page.
114114

115115
Contact & Social
116116
----------------

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Colour - Checker Detection
22
==========================
33

4-
A `Python <https://www.python.org/>`__ package implementing various colour
4+
A `Python <https://www.python.org>`__ package implementing various colour
55
checker detection algorithms and related utilities.
66

77
It is open source and freely available under the
@@ -44,7 +44,7 @@ Code of Conduct
4444
---------------
4545

4646
The *Code of Conduct*, adapted from the `Contributor Covenant 1.4 <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>`__,
47-
is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct/>`__ page.
47+
is available on the `Code of Conduct <https://www.colour-science.org/code-of-conduct>`__ page.
4848

4949
Contact & Social
5050
----------------

docs/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Primary Dependencies
1313

1414
**Colour - Checker Detection** requires various dependencies in order to run:
1515

16-
- `python >= 3.8, < 4 <https://www.python.org/download/releases/>`__
17-
- `colour-science >= 4 <https://pypi.org/project/colour-science/>`__
18-
- `imageio >= 2, < 3 <https://imageio.github.io/>`__
19-
- `numpy >= 1.19, < 2 <https://pypi.org/project/numpy/>`__
20-
- `opencv-python >= 4, < 5 <https://pypi.org/project/opencv-python/>`__
21-
- `scipy >= 1.5, < 2 <https://pypi.org/project/scipy/>`__
16+
- `python >= 3.8, < 4 <https://www.python.org/download/releases>`__
17+
- `colour-science >= 4 <https://pypi.org/project/colour-science>`__
18+
- `imageio >= 2, < 3 <https://imageio.github.io>`__
19+
- `numpy >= 1.19, < 2 <https://pypi.org/project/numpy>`__
20+
- `opencv-python >= 4, < 5 <https://pypi.org/project/opencv-python>`__
21+
- `scipy >= 1.5, < 2 <https://pypi.org/project/scipy>`__
2222

2323
Pypi
2424
----

0 commit comments

Comments
 (0)