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:
@@ -3,7 +3,7 @@ title: "Rewrite all requests to AltoRouter"
|
||||
layout: default
|
||||
---
|
||||
<h1>
|
||||
<small>Using AltoRouter</small>
|
||||
<small>Using AltoRouter</small>
|
||||
Rewrite all requests to AltoRouter
|
||||
</h1>
|
||||
|
||||
@@ -34,10 +34,10 @@ $router = new AltoRouter();
|
||||
$router->setBasePath('/alto-app/');
|
||||
{% endhighlight %}
|
||||
|
||||
<p>You are now ready to start <a href="/usage/mapping-routes.html">mapping your routes</a>.</p>
|
||||
<p>You are now ready to start <a href="{{ '/usage/mapping-routes.html' | relative_url }}">mapping your routes</a>.</p>
|
||||
|
||||
<p>
|
||||
<a style="float:left;" href="/usage/install.html">« Installing AltoRouter</a>
|
||||
<a style="float:right;" href="/usage/mapping-routes.html">Mapping routes »</a>
|
||||
<a style="float:left;" href="{{ '/usage/install.html' | relative_url }}">« Installing AltoRouter</a>
|
||||
<a style="float:right;" href="{{ '/usage/mapping-routes.html' | relative_url }}">Mapping routes »</a>
|
||||
<br style="clear:both;">
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user