diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Security')
-rw-r--r-- | demos/quickstart/protected/pages/Security/Auth.page | 2 |
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">
<service id="page" class="TPageService">
|