Changed all (appropriate) links to https as certificate is now in play.
This commit is contained in:
22
index.html
22
index.html
@ -84,7 +84,7 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
<div class="row">
|
||||
<div class="span2">
|
||||
<ul class="nav nav-list">
|
||||
<li class="active"><a href="http://www.restapitutorial.com">Home</a></li>
|
||||
<li class="active"><a href="https://www.restapitutorial.com">Home</a></li>
|
||||
<ul class="nav nav-list">
|
||||
<li><a href="lessons/whatisrest.html">What Is REST?</a></li>
|
||||
<li><a href="lessons/restquicktips.html">REST Quick Tips</a></li>
|
||||
@ -100,25 +100,17 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
<!-- Main hero unit for a primary marketing message or call to action -->
|
||||
<div class="span10">
|
||||
<div class="hero-unit">
|
||||
<p><strong>Hey, Fellow REST API Designer!</strong></p>
|
||||
<p>You're here to get your <strong>questions answered.</strong> Let's make sure your most-pressing ones are addressed!</p>
|
||||
<p>I'm creating a FREE Webinar on REST API design and want to <strong>focus on your questions!</strong></p>
|
||||
<p><a href="restapiwebinar.html">Submit your most burning REST API question here</a>, along with your email address and we'll be in touch.</p>
|
||||
<p>REST well!<br>
|
||||
Todd Fredrich, <em>The REST API Tutor</em></p>
|
||||
<a class="btn btn-primary btn-large" href="restapiwebinar.html">Submit Your Question Now!</a>
|
||||
</div>
|
||||
<div>
|
||||
<h1>Learn <abbr title="Representational State Transfer">REST</abbr>: A RESTful Tutorial</h1>
|
||||
<p><strong>Hey, Fellow REST API Designer!</strong></p>
|
||||
<p>Building RESTful web services, like other programming skills is <strong>part art, part science</strong>. As the Internet industry progresses, creating a REST API becomes more concrete with emerging best practices. As RESTful web services don't follow a prescribed standard except for HTTP, it's important to build your RESTful API in accordance with industry best practices to ease development and increase client adoption.</p>
|
||||
<p>Presently, there aren't a lot of REST API guides to help the lonely developer. <a href="http://www.restapitutorial.com">RestApiTutorial.com</a> is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person. We'll discuss both the art and science of creating REST Web services.</p>
|
||||
<p>—Todd Fredrich, <em>The REST API Tutor</em></p>
|
||||
<p>Presently, there aren't a lot of REST API guides to help the lonely developer. <a href="https://www.restapitutorial.com">RestApiTutorial.com</a> is dedicated to tracking REST API best practices and making resources available to enable quick reference and self education for the development crafts-person. We'll discuss both the art and science of creating REST Web services.</p>
|
||||
<p>—Todd Fredrich, <em>The REST API Tutor</em></p>
|
||||
<p>Jump in with <a href="lessons/whatisrest.html">What Is REST?</a>, an overview of concepts and constraints of the RESTful architecture.</p>
|
||||
<p><a class="btn btn-primary btn-large" href="lessons/whatisrest.html">Next »</a></p>
|
||||
</div>
|
||||
<hr>
|
||||
<footer>
|
||||
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.restapitutorial.com/" property="cc:attributionName" rel="cc:attributionURL">RestApiTutorial.com</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
|
||||
<p><a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work by <a xmlns:cc="https://creativecommons.org/ns#" href="https://www.restapitutorial.com/" property="cc:attributionName" rel="cc:attributionURL">RestApiTutorial.com</a> is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</p>
|
||||
</footer>
|
||||
</div>
|
||||
</div> <!-- /row -->
|
||||
@ -127,10 +119,10 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a>
|
||||
<a class="brand" href="http://www.restapitutorial.com">REST API Tutorial</a>
|
||||
<a class="brand" href="https://www.restapitutorial.com">REST API Tutorial</a>
|
||||
<div class="nav-collapse">
|
||||
<ul class="nav">
|
||||
<li class="active"><a href="http://www.restapitutorial.com">Home</a></li>
|
||||
<li class="active"><a href="https://www.restapitutorial.com">Home</a></li>
|
||||
<li class="dropdown" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="lessons/whatisrest.html">What Is REST?</a></li>
|
||||
|
||||
Reference in New Issue
Block a user