Skip to content

Commit b2a6851

Browse files
committed
fix various https
1 parent 1329f13 commit b2a6851

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset='utf-8' />
55
<title>CSS Arrow Please - By Simon Hoejberg - @shojberg</title>
66
<meta name="description" content="CSSArrowPlease allows you to create and export CSS code for a custom box with an arrow extending out from the side.">
7-
<link href='http://fonts.googleapis.com/css?family=Terminal+Dosis:400,700' rel='stylesheet' type='text/css'>
7+
<link href='https://fonts.googleapis.com/css?family=Terminal+Dosis:400,700' rel='stylesheet' type='text/css'>
88
<link rel="stylesheet" type="text/css" href="css/app.css" />
99
</head>
1010
<body>
@@ -60,20 +60,20 @@ <h2>Arrow configuration</h2>
6060
<div class='copy_code'></div>
6161
</div>
6262

63-
<a href="http://github.com/hojberg/cssarrowplease" class='fork_me ir'>
63+
<a href="https://github.com/hojberg/cssarrowplease" class='fork_me ir'>
6464
Fork me on Github
6565
</a>
6666

6767
</div>
6868

6969
<footer id='footer'>
70-
<span>&copy; 2016-2020 By <span/><a href='http://hojberg.xyz'>Simon Højberg</a>
70+
<span>&copy; 2016-2020 By <span/><a href='https://hojberg.xyz'>Simon Højberg</a>
7171
<span>&middot;
7272
Follow me on twitter: <span/><a href='https://twitter.com/shojberg'>@shojberg</a>
7373
<span>&middot;
7474
Checkout the source on <span/><a href='https://github.com/hojberg/cssarrowplease'>github</a>
7575
<span>&middot;<span/>
76-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://cssarrowplease.com" data-text="Simple way to create CSS arrows for tooltips and the like" data-via="shojberg">Tweet</a>
76+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://cssarrowplease.com" data-text="Simple way to create CSS arrows for tooltips and the like" data-via="shojberg">Tweet</a>
7777
</footer>
7878

7979
<script src="js/vendor/jscolor/jscolor.js"></script>

0 commit comments

Comments
 (0)