summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Security/Auth.page
diff options
context:
space:
mode:
authorxue <>2006-02-04 01:50:00 +0000
committerxue <>2006-02-04 01:50:00 +0000
commit950eddf70e6ba062bf8c26c0dbc3913757935373 (patch)
tree08539a141933aeb097aaaf9d605b7ef7ce49bc90 /demos/quickstart/protected/pages/Security/Auth.page
parente40549980dd988f71e4facdd9552272ebd451cc4 (diff)
A few style changes.
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;