Changed all (appropriate) links to https as certificate is now in play.

This commit is contained in:
Todd Fredrich
2018-07-03 16:21:23 -06:00
parent 897540ed38
commit acd11d7c41
12 changed files with 61 additions and 69 deletions

View File

@ -1,7 +1,7 @@
<html>
<head>
<title>Moved to new URL: http://www.restapitutorial.com/lessons/httpmethods.html</title>
<meta http-equiv=refresh content="0; url=http://www.restapitutorial.com/lessons/httpmethods.html" />
<title>Moved to new URL: https://www.restapitutorial.com/lessons/httpmethods.html</title>
<meta http-equiv=refresh content="0; url=https://www.restapitutorial.com/lessons/httpmethods.html" />
<meta name="robots" content="noindex,follow" />
<!-- Facebook Pixel Code -->
<script>
@ -22,9 +22,9 @@
<!-- End Facebook Pixel Code -->
</head>
<body>
<h1>This page has been moved to http://www.restapitutorial.com/lessons/httpmethods.html</h1>
<h1>This page has been moved to https://www.restapitutorial.com/lessons/httpmethods.html</h1>
<p>If your browser doesn't redirect you to the new location please
<a href="http://www.restapitutorial.com/lessons/httpmethods.html"><strong>click here</strong></a>,
<a href="https://www.restapitutorial.com/lessons/httpmethods.html"><strong>click here</strong></a>,
sorry for the hassles!</p>
</body>
</html>