From 450a7f3c2fd12f41bec4ee5cb178af39af86abf9 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 7 Jan 2014 01:26:13 +0200 Subject: [PATCH] Site Url without trailing slashes #186 --- storage/pages/2.page.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/pages/2.page.txt b/storage/pages/2.page.txt index 7ac9dea..868b266 100644 --- a/storage/pages/2.page.txt +++ b/storage/pages/2.page.txt @@ -4,8 +4,8 @@ <h4>Getting Started</h4> <p>This is a default <u>home</u> page of your website.<br>Here's a quick description of how to edit this page:</p> <ul> -<li>First make sure you're <a href="{siteurl}admin">logged in.</a></li> -<li>Go to the <a href="{siteurl}admin/index.php?id=pages">Pages Manager</a> and click "Edit" button for this page.</li> +<li>First make sure you're <a href="{siteurl}/admin">logged in.</a></li> +<li>Go to the <a href="{siteurl}/admin/index.php?id=pages">Pages Manager</a> and click "Edit" button for this page.</li> <li>Make your changes, click "Save" and you're done!</li> </ul> <br>