1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-13 03:44:23 +02:00

fix internal links

This commit is contained in:
Danny van Kooten
2023-10-09 20:14:26 +02:00
parent 034b84533b
commit 6bd61a7a04
5 changed files with 24 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ layout: default
---
<h1>
<small>Using AltoRouter</small>
<small>Using AltoRouter</small>
Installation
</h1>
@@ -37,7 +37,7 @@ php composer.phar install
require 'vendor/autoload.php';
{% endhighlight %}
<p>You are now ready to use the <code>AltoRouter</code> class. <a href="/usage/rewrite-requests.html">Rewrite all requests to your application file</a> and start <a href="/usage/mapping-routes.html">mapping your routes</a>. </p>
<p>You are now ready to use the <code>AltoRouter</code> class. <a href="{{ '/usage/rewrite-requests.html' | relative_url }}">Rewrite all requests to your application file</a> and start <a href="/usage/mapping-routes.html">mapping your routes</a>. </p>
<h2 class="subtitle">Install AltoRouter manually</h2>
<p>Just <a href="https://github.com/dannyvankooten/AltoRouter/zipball/master">download the AltoRouter class</a> and require it in your application file.</p>
@@ -47,6 +47,6 @@ require 'AltoRouter.php';
{% endhighlight %}
<p>
<a style="float:right;" href="/usage/rewrite-requests.html">Rewrite requests &raquo;</a>
<a style="float:right;" href="{{ '/usage/rewrite-requests.html' | relative_url }}">Rewrite requests &raquo;</a>
<br style="clear:both;">
</p>
</p>