Skip to content

Commit 646b9c7

Browse files
http to https
1 parent db64e9c commit 646b9c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<!-- Open Graph / Facebook -->
3737
<meta property="og:type" content="website">
38-
<meta property="og:url" content="http://exploropleth.github.io/">
38+
<meta property="og:url" content="https://exploropleth.github.io/">
3939
<meta property="og:title" content="Exploropleth">
4040
<meta property="og:description"
4141
content="Exploropleth: Exploratory Analysis of Data Binning Methods in Choropleth Maps">
@@ -45,7 +45,7 @@
4545

4646
<!-- Twitter -->
4747
<meta property="twitter:card" content="summary_large_image">
48-
<meta property="twitter:url" content="http://exploropleth.github.io/">
48+
<meta property="twitter:url" content="https://exploropleth.github.io/">
4949
<meta property="twitter:title" content="Exploropleth">
5050
<meta property="twitter:description"
5151
content="Exploropleth: Exploratory Analysis of Data Binning Methods in Choropleth Maps">

0 commit comments

Comments
 (0)