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

@@ -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">&laquo; Installing AltoRouter</a>
<a style="float:right;" href="/usage/mapping-routes.html">Mapping routes &raquo;</a>
<a style="float:left;" href="{{ '/usage/install.html' | relative_url }}">&laquo; Installing AltoRouter</a>
<a style="float:right;" href="{{ '/usage/mapping-routes.html' | relative_url }}">Mapping routes &raquo;</a>
<br style="clear:both;">
</p>