Changed all (appropriate) links to https as certificate is now in play.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Moved to new URL: http://www.restapitutorial.com/lessons/restquicktips.html</title>
|
||||
<meta http-equiv=refresh content="0; url=http://www.restapitutorial.com/lessons/restquicktips.html" />
|
||||
<title>Moved to new URL: https://www.restapitutorial.com/lessons/restquicktips.html</title>
|
||||
<meta http-equiv=refresh content="0; url=https://www.restapitutorial.com/lessons/restquicktips.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/restquicktips.html</h1>
|
||||
<h1>This page has been moved to https://www.restapitutorial.com/lessons/restquicktips.html</h1>
|
||||
<p>If your browser doesn't redirect you to the new location please
|
||||
<a href="http://www.restapitutorial.com/lessons/restquicktips.html"><strong>click here</strong></a>,
|
||||
<a href="https://www.restapitutorial.com/lessons/restquicktips.html"><strong>click here</strong></a>,
|
||||
sorry for the hassles!</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user