Skip to content

Commit 1fd5a17

Browse files
test absolute url
1 parent 894ed36 commit 1fd5a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h5>(The rest is a bit more difficult though)</h5>
5656
$ cd your-module
5757
$ rspec-puppet-init
5858
</code></pre></div>
59-
<p>Then continue on to the <a href="{{site.baseurl}}/tutorial">tutorial!</a></p>
59+
<p>Then continue on to the <a href="{{/tutorial | absolute_url}}">tutorial!</a></p>
6060
<div class="cta-container">
6161
<a class="btn btn-primary btn-cta" href="https://github.com/rodjek/rspec-puppet/" target="_blank"><i class="fa fa-github"></i> View on GitHub</a>
6262
</div><!--//cta-container-->
@@ -69,7 +69,7 @@ <h5>(The rest is a bit more difficult though)</h5>
6969
</div><!--//icon-holder-->
7070
<h3 class="title">Tutorial</h3>
7171
<p class="intro">A step-by-step introduction to behaviour-driven Puppet development</p>
72-
<a class="link" href="{{site.baseurl}}/tutorial"><span></span></a>
72+
<a class="link" href="{{/tutorial | absolute_url}}"><span></span></a>
7373
</div><!--//item-inner-->
7474
</div><!--//item-->
7575
<div class="item item-pink item-2 col-md-4 col-sm-6 col-xs-6">

0 commit comments

Comments
 (0)