Skip to content

Commit 4dffd7c

Browse files
committed
Update openslide.org links to use HTTPS
1 parent 4ea9211 commit 4dffd7c

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ OpenSlide
22

33
Carnegie Mellon University
44

5-
http://openslide.org/
5+
https://openslide.org/
66

77
====================
88

README.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ OpenSlide can read virtual slides in several formats:
2525
* Ventana_ (``.bif``, ``.tif``)
2626
* `Generic tiled TIFF`_ (``.tif``)
2727

28-
.. _OpenSlide: http://openslide.org/
29-
.. _Aperio: http://openslide.org/formats/aperio/
30-
.. _Hamamatsu: http://openslide.org/formats/hamamatsu/
31-
.. _Leica: http://openslide.org/formats/leica/
32-
.. _MIRAX: http://openslide.org/formats/mirax/
33-
.. _Philips: http://openslide.org/formats/philips/
34-
.. _Sakura: http://openslide.org/formats/sakura/
35-
.. _Trestle: http://openslide.org/formats/trestle/
36-
.. _Ventana: http://openslide.org/formats/ventana/
37-
.. _`Generic tiled TIFF`: http://openslide.org/formats/generic-tiff/
28+
.. _OpenSlide: https://openslide.org/
29+
.. _Aperio: https://openslide.org/formats/aperio/
30+
.. _Hamamatsu: https://openslide.org/formats/hamamatsu/
31+
.. _Leica: https://openslide.org/formats/leica/
32+
.. _MIRAX: https://openslide.org/formats/mirax/
33+
.. _Philips: https://openslide.org/formats/philips/
34+
.. _Sakura: https://openslide.org/formats/sakura/
35+
.. _Trestle: https://openslide.org/formats/trestle/
36+
.. _Ventana: https://openslide.org/formats/ventana/
37+
.. _`Generic tiled TIFF`: https://openslide.org/formats/generic-tiff/
3838

3939

4040
Requirements
@@ -52,7 +52,7 @@ Installation
5252

5353
2. ``pip install openslide-python``
5454

55-
.. _`Install OpenSlide`: http://openslide.org/download/
55+
.. _`Install OpenSlide`: https://openslide.org/download/
5656

5757

5858
Using PIL
@@ -82,9 +82,9 @@ More Information
8282
- GitHub_
8383
- `Sample data`_
8484

85-
.. _`API documentation`: http://openslide.org/api/python/
85+
.. _`API documentation`: https://openslide.org/api/python/
8686
.. _Changelog: https://raw.github.com/openslide/openslide-python/master/CHANGELOG.txt
87-
.. _Website: http://openslide.org/
87+
.. _Website: https://openslide.org/
8888
.. _GitHub: https://github.com/openslide/openslide-python
8989
.. _`Sample data`: http://openslide.cs.cmu.edu/download/openslide-testdata/
9090

doc/index.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ OpenSlide can read virtual slides in several formats:
2828
OpenSlide Python is released under the terms of the `GNU Lesser General
2929
Public License, version 2.1`_.
3030

31-
.. _OpenSlide: http://openslide.org/
32-
.. _Aperio: http://openslide.org/formats/aperio/
33-
.. _Hamamatsu: http://openslide.org/formats/hamamatsu/
34-
.. _Leica: http://openslide.org/formats/leica/
35-
.. _MIRAX: http://openslide.org/formats/mirax/
36-
.. _Philips: http://openslide.org/formats/philips/
37-
.. _Sakura: http://openslide.org/formats/sakura/
38-
.. _Trestle: http://openslide.org/formats/trestle/
39-
.. _Ventana: http://openslide.org/formats/ventana/
40-
.. _`Generic tiled TIFF`: http://openslide.org/formats/generic-tiff/
31+
.. _OpenSlide: https://openslide.org/
32+
.. _Aperio: https://openslide.org/formats/aperio/
33+
.. _Hamamatsu: https://openslide.org/formats/hamamatsu/
34+
.. _Leica: https://openslide.org/formats/leica/
35+
.. _MIRAX: https://openslide.org/formats/mirax/
36+
.. _Philips: https://openslide.org/formats/philips/
37+
.. _Sakura: https://openslide.org/formats/sakura/
38+
.. _Trestle: https://openslide.org/formats/trestle/
39+
.. _Ventana: https://openslide.org/formats/ventana/
40+
.. _`Generic tiled TIFF`: https://openslide.org/formats/generic-tiff/
4141
.. _`GNU Lesser General Public License, version 2.1`: https://raw.github.com/openslide/openslide-python/master/lgpl-2.1.txt
4242

4343

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
long_description=_long_description,
3232
license='GNU Lesser General Public License, version 2.1',
3333
keywords='openslide whole-slide image virtual slide library',
34-
url='http://openslide.org/',
34+
url='https://openslide.org/',
3535
classifiers=[
3636
'Development Status :: 5 - Production/Stable',
3737
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)