summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Security/Auth.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Security/Auth.page')
-rw-r--r--demos/quickstart/protected/pages/Security/Auth.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Security/Auth.page b/demos/quickstart/protected/pages/Security/Auth.page
index 68375b35..ec876f54 100644
--- a/demos/quickstart/protected/pages/Security/Auth.page
+++ b/demos/quickstart/protected/pages/Security/Auth.page
@@ -21,7 +21,7 @@ During <tt>Authorization</tt> application lifecycle, which occurs after <tt>Auth
<h2>Using PRADO Auth Framework</h2>
<p>
-To enable PRADO auth framework, add the <tt>TAuthManager</tt> module and <tt>TUserManager</tt> module to <a href="Configurations.AppConfig">application configuration</a>,
+To enable PRADO auth framework, add the <tt>TAuthManager</tt> module and <tt>TUserManager</tt> module to <a href="?page=Configurations.AppConfig">application configuration</a>,
</p>
<com:TTextHighlighter Language="xml" CssClass="source">
&lt;service id="page" class="TPageService"&gt;