8000 Fix broken link · scikit-image/scikit-image@77419d2 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 77419d2

Browse files
committed
Fix broken link
1 parent 1539f23 commit 77419d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skimage/color/colorconv.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ def get_xyz_coords(illuminant, observer, dtype=float):
503503

504504
# Following matrices are adapted form the Java code written by G.Landini.
505505
# The original code is available at:
506-
# https://mecourse.com/landinig/software/cdeconv/cdeconv.html
506+
# https://web.archive.org/web/20160624145052/http://www.mecourse.com/landinig/software/cdeconv/cdeconv.html
507507

508508
# Hematoxylin + DAB
509509
rgb_from_hdx = np.array([[0.650, 0.704, 0.286],
@@ -1447,7 +1447,7 @@ def separate_stains(rgb, conv_matrix):
14471447
14481448
References
14491449
----------
1450-
.. [1] https://mecourse.com/landinig/software/cdeconv/cdeconv.html
1450+
.. [1] https://web.archive.org/web/20160624145052/http://www.mecourse.com/landinig/software/cdeconv/cdeconv.html
14511451
14521452
Examples
14531453
--------
@@ -1502,7 +1502,7 @@ def combine_stains(stains, conv_matrix):
15021502
15031503
References
15041504
----------
1505-
.. [1] https://mecourse.com/landinig/software/cdeconv/cdeconv.html
1505+
.. [1] https://web.archive.org/web/20160624145052/http://www.mecourse.com/landinig/software/cdeconv/cdeconv.html
15061506
15071507
Examples
15081508
--------

0 commit comments

Comments
 (0)
0