Skip to content

Commit a3ef84e

Browse files
committed
Do not ignore bio-rad&tronche, use https for bio-rad
1 parent 8f8c379 commit a3ef84e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

sphinx/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,5 @@ def getValue(value):
388388
r'https://www.mayo.edu/research/core-resources/biomedical-imaging-resource-core/overview', # 403 Client Error: Forbidden
389389
r'https://trac.openmicroscopy.org*',
390390
r'http://openslide.cs.cmu.edu*', # NameResolutionError
391-
r'https://openslide.cs.cmu.edu*', # NameResolutionError
392-
r'https://tronche.com/computer-graphics/*', # NameResolutionError
393-
r'http://www.bio-rad.com/*' # 403 Client Error: Forbidden for url
391+
r'https://openslide.cs.cmu.edu*' # NameResolutionError
394392
]

src/main/resources/format-pages.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,12 +369,12 @@ mif = true
369369

370370
[Bio-Rad Gel]
371371
extensions = .1sc
372-
owner = `Bio-Rad <http://www.bio-rad.com>`_
372+
owner = `Bio-Rad <https://www.bio-rad.com>`_
373373
bsd = no
374374
weHave = * software that can read Bio-Rad Gel files \n
375375
* several Bio-Rad Gel files \n
376376
* reverse-engineered Bio-Rad Gel (1sc) file format specification \n
377-
* Bio-Rad's `Image Lab 5.2.1 <http://www.bio-rad.com/en-ch/product/image-lab-software>`_ software
377+
* Bio-Rad's `Image Lab 5.2.1 <https://www.bio-rad.com/en-ch/product/image-lab-software>`_ software
378378
weWant = * more Bio-Rad Gel files
379379
pixelsRating = Good
380380
metadataRating = Fair
@@ -420,7 +420,7 @@ notes = * Commercial applications that support this format include: \n
420420

421421
[Bio-Rad SCN]
422422
extensions = .scn
423-
owner = `Bio-Rad <http://www.bio-rad.com>`_
423+
owner = `Bio-Rad <https://www.bio-rad.com>`_
424424
developer = Bio-Rad
425425
bsd = no
426426
weHave = * a few Bio-Rad .scn files

0 commit comments

Comments
 (0)