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:
@@ -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 »</a>
|
||||
<a style="float:right;" href="{{ '/usage/rewrite-requests.html' | relative_url }}">Rewrite requests »</a>
|
||||
<br style="clear:both;">
|
||||
</p>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user