Skip to content

Commit 13e98c3

Browse files
authored
Merge pull request #186 from jhlegarreta/http2httpsv2
ENH: Use https instead of http when https works
2 parents 4f827f1 + 351ec22 commit 13e98c3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+88
-88
lines changed

.hooks-config.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# you may not use this file except in compliance with the License.
77
# You may obtain a copy of the License at
88
#
9-
# http://www.apache.org/licenses/LICENSE-2.0.txt
9+
# https://www.apache.org/licenses/LICENSE-2.0.txt
1010
#
1111
# Unless required by applicable law or agreed to in writing, software
1212
# distributed under the License is distributed on an "AS IS" BASIS,

CMake/CTestCustom.cmake.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
#
1313
# For further details regarding this file,
14-
# see http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
14+
# see https://www.cmake.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
1515
#
1616
# and
17-
# http://www.kitware.com/blog/home/post/27
17+
# https://www.kitware.com/blog/home/post/27
1818
#
1919
#----------------------------------------------------------------------
2020

@@ -159,9 +159,9 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
159159

160160
# Suppressing warnings about GL_GLEXT_LEGACY, the link reported below
161161
# report a similar problem with GL_GLEXT_PROTOTYPE.
162-
# http://lists.apple.com/archives/mac-opengl/2009/Dec/msg00081.html
162+
# https://lists.apple.com/archives/mac-opengl/2009/Dec/msg00081.html
163163
# That problem could be solved installing a newer version of X11 SDK
164-
# See http://xquartz.macosforge.org/trac/changeset/343
164+
# See https://xquartz.macosforge.org/trac/changeset/343
165165
".*warning.*GL_GLEXT_LEGACY.*redefined"
166166

167167
# ITK suppressions
@@ -315,7 +315,7 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
315315

316316
# Suppressing warnings about duplicate libraries in Darwin
317317
# At some point this may be addressed by CMake feature request:
318-
# http://public.kitware.com/Bug/view.php?id=10179
318+
# https://public.kitware.com/Bug/view.php?id=10179
319319
"ld.*warning.*duplicate dylib.*"
320320
)
321321
endif()

CMake/ExternalData.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Example usage:
5656
# include(ExternalData)
5757
# set(ExternalData_URL_TEMPLATES "file:///local/%(algo)/%(hash)"
58-
# "http://data.org/%(algo)/%(hash)")
58+
# "https://data.org/%(algo)/%(hash)")
5959
# ExternalData_Add_Test(MyData
6060
# NAME MyTest
6161
# COMMAND MyExe DATA{MyInput.png}

CMake/ITKSetStandardCompilerFlags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ macro(check_compiler_platform_flags)
155155
# With MS compilers on Win64, we need the /bigobj switch, else generated
156156
# code results in objects with number of sections exceeding object file
157157
# format.
158-
# see http://msdn.microsoft.com/en-us/library/ms173499.aspx
158+
# see https://msdn.microsoft.com/en-us/library/ms173499.aspx
159159
if(MSVC_VERSION GREATER 1310)
160160
set(ITK_REQUIRED_CXX_FLAGS "${ITK_REQUIRED_CXX_FLAGS} /bigobj")
161161
endif()

CMake/SlicerMacroCheckExternalProjectDependency.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Copyright (c) Kitware Inc.
66
#
77
# See COPYRIGHT.txt
8-
# or http://www.slicer.org/copyright/copyright.txt for details.
8+
# or https://www.slicer.org/copyright/copyright.txt for details.
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

CMake/SlicerMacroEmptyExternalProject.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# you may not use this file except in compliance with the License.
99
# You may obtain a copy of the License at
1010
#
11-
# http://www.commontk.org/LICENSE
11+
# https://www.commontk.org/LICENSE
1212
#
1313
# Unless required by applicable law or agreed to in writing, software
1414
# distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,7 @@
1818
#
1919
###########################################################################
2020

21-
# See http://github.com/commontk/CTK/blob/master/CMake/ctkMacroEmptyExternalProject.cmake
21+
# See https://github.com/commontk/CTK/blob/master/CMake/ctkMacroEmptyExternalProject.cmake
2222

2323
#
2424
# Convenient macro allowing to define a "empty" project in case an external one is provided

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ Some Helpful Git Commands
9898

9999

100100
[Git]: https://git-scm.com/
101-
[VIM]: http://www.vim.org/
101+
[VIM]: https://www.vim.org/
102102
[GitHub]: https://github.com/
103103
[Pull Request]: https://help.github.com/articles/about-pull-requests/

Latex/Insight.bib

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ @InProceedings{Whitaker1994c
3535

3636
@Manual{POVRay,
3737
Title = "Persistence of Vision, Ray-Tracer",
38-
Address = "http://www.povray.org",
38+
Address = "https://www.povray.org",
3939
}
4040

4141
@Book{Romeny1994,
@@ -55,7 +55,7 @@ @Book{ToErrIsHuman2001
5555
@TechReport{Aisemberg,
5656
Author = "G.O. Aisemberg",
5757
Title = "Vertebrate embryology",
58-
Address = "http://lcw.lehman.edu/lehman/depts/biology/aisemberg/Bio268.html",
58+
Address = "https://lcw.lehman.edu/lehman/depts/biology/aisemberg/Bio268.html",
5959
Institution = "Department of Biological Sciences. Lehman College,
6060
City University of New York",
6161
year = 1998,
@@ -758,7 +758,7 @@ @TechReport{Culver1999
758758
Title = "Intrinsic scale for boundary representation of
759759
two-dimensional objects",
760760
Institution = "MIDAG, University of North Carolina at Chapel Hill",
761-
annote = "http://www.cs.unc.edu/~culver",
761+
annote = "https://www.cs.unc.edu/~culver",
762762
year = 1999,
763763
}
764764

@@ -824,15 +824,15 @@ @TechReport{Deriche1993
824824
Institution = "Unite de recherche INRIA Sophia-Antipolis",
825825
Number = "1893",
826826
Note = "Research Repport",
827-
annote = "http://www.inria.fr",
827+
annote = "https://www.inria.fr",
828828
year = 1993,
829829
month = "avril",
830830
}
831831

832832
@Book{Darwin1999,
833833
Author = "C. Darwin",
834834
Title = "On the Origin of Species",
835-
Publisher = "http://www.gutenberg.org",
835+
Publisher = "https://www.gutenberg.org",
836836
Edition = "sixth",
837837
year = 1999,
838838
}
@@ -2753,7 +2753,7 @@ @TechReport{Monga1990
27532753
Title = "From Voxel to Curvature",
27542754
Institution = "INRIA",
27552755
Number = "1356",
2756-
Note = "http://www.inria.fr",
2756+
Note = "https://www.inria.fr",
27572757
year = 1990,
27582758
month = "decembre",
27592759
}
@@ -2763,7 +2763,7 @@ @TechReport{Monga1992
27632763
Title = "Using Partial Derivatives of 3D Images to Extract
27642764
Typical Surface Features ",
27652765
Institution = "INRIA",
2766-
Note = "http://www.inria.fr",
2766+
Note = "https://www.inria.fr",
27672767
year = 1992,
27682768
}
27692769

@@ -3490,7 +3490,7 @@ @Manual{OpenGLSpecification
34903490
Title = "The OpenGL Graphics System: A Specification (Version
34913491
1.2)",
34923492
Author = "M. Segal and K. Akeley",
3493-
Address = "http://www.opengl.org",
3493+
Address = "https://www.opengl.org",
34943494
month = "march",
34953495
year = 1998,
34963496
}
@@ -3908,7 +3908,7 @@ @TechReport{Udupa1998
39083908
Author = "J. K. Udupa and S. Samarasekera",
39093909
Title = "Extraction of fuzzy object information in multidimensional images for quantifying MS lesions of the brain",
39103910
year = 1998,
3911-
Institution = "United States Patent Office http://www.uspto.gov",
3911+
Institution = "United States Patent Office https://www.uspto.gov",
39123912
Number = "5,812,691"
39133913
}
39143914

@@ -4803,7 +4803,7 @@ @Manual{CreatisINSA-Lyon
48034803
Title = "The GDCM Library",
48044804
Institution = "CREATIS (France)",
48054805
Organization = "CNRS, INSERM, INSA Lyon, UCB Lyon",
4806-
Address = "http://www.creatis.insa-lyon.fr/Public/Gdcm/"
4806+
Address = "https://www.creatis.insa-lyon.fr/Public/Gdcm/"
48074807
}
48084808

48094809
@InProceedings{Chung2002,
@@ -4854,7 +4854,7 @@ @Manual{OpenJPEG
48544854
Title = "OpenJPEG",
48554855
Institution = "Communications and Remote Sensing Laboratory (TELE)",
48564856
Organization = "Universit\'{e} Catholique de Louvain (UCL), Belgium",
4857-
Address = "http://www.openjpeg.org"
4857+
Address = "https://www.openjpeg.org"
48584858
}
48594859

48604860
@TechReport{JPEG2000KeyAdvantages,
@@ -4863,7 +4863,7 @@ @TechReport{JPEG2000KeyAdvantages
48634863
Institution = "Aware Inc.",
48644864
Year = 2002,
48654865
Month = "February",
4866-
Address = "http://medical.nema.org/Dicom/minutes/WG-04/2002/2002-02-27/Weisfeiler.doc"
4866+
Address = "https://medical.nema.org/Dicom/minutes/WG-04/2002/2002-02-27/Weisfeiler.doc"
48674867
}
48684868

48694869
@inproceedings{ marcellin00overview,

Latex/gitdags.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%% of this license or (at your option) any later version.
77
%% The latest version of this license is in
88
%%
9-
%% http://www.latex-project.org/lppl.txt
9+
%% https://www.latex-project.org/lppl.txt
1010
%%
1111
%% and version 1.3 or later is part of all distributions of LaTeX
1212
%% version 2005/12/01 or later.
@@ -64,7 +64,7 @@
6464
}
6565
}
6666

67-
% To cancel a shadow (see http://tex.stackexchange.com/a/198298/21891)
67+
% To cancel a shadow (see https://tex.stackexchange.com/a/198298/21891)
6868
\tikzset{reset preaction/.code={\def\tikz@preactions{}}}
6969

7070
% --- repository history graphs ---

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ All the dependencies described belowe are available pre-installed in a [Docker]
5151
image. This is the easiest way to build and contribute to The Software
5252
Guide.
5353

54-
1. Download and [install Docker](http://docs.docker.com/installation/).
54+
1. Download and [install Docker](https://docs.docker.com/installation/).
5555
2. From a shell, run
5656
```sh
5757
docker run --name software-guide -p 8888:8888 insighttoolkit/itksoftwareguide-edit:latest
@@ -175,12 +175,12 @@ Troubleshooting
175175

176176
[BibTeX]: http://www.bibtex.org/
177177
[Docker]: https://www.docker.com/
178-
[dvips]: http://tug.org/texinfohtml/dvips.html
178+
[dvips]: https://tug.org/texinfohtml/dvips.html
179179
[Git]: https://git-scm.com/
180180
[ImageMagick]: https://www.imagemagick.org
181181
[LaTeX]: https://www.latex-project.org//
182182
[Minted]: https://ctan.org/pkg/minted?lang=en
183183
[MikTex]: https://miktex.org/
184184
[ps2pdf]: https://www.ps2pdf.com/
185-
[Pygments]: http://pygments.org/
185+
[Pygments]: https://pygments.org/
186186
[Python]: https://www.python.org/

0 commit comments

Comments
 (0)