From 2b172263138616ffb08e78fc20d25af2acd9eb61 Mon Sep 17 00:00:00 2001 From: ServiusHack Date: Thu, 27 Feb 2020 08:32:53 +0100 Subject: [PATCH] fix formatting (#240) Move text out of literal block used for the file path. --- source/development/frontend/routing.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source/development/frontend/routing.rst b/source/development/frontend/routing.rst index 10de7022..fdf96dd5 100644 --- a/source/development/frontend/routing.rst +++ b/source/development/frontend/routing.rst @@ -52,11 +52,7 @@ mapping, so in this example the helloworld index page will be at: All the parts of the url are automatically converted to lower-case, so **S**\ample will be mapped to **s**\ample. -This routing is setup via the index page of our new code base and uses - -:: - - /usr/local/opnsense/mvc/app/config/services.php to wire it all together. +This routing is setup via the index page of our new code base and uses :code:`/usr/local/opnsense/mvc/app/config/services.php` to wire it all together. ----------- API routing