diff options
author | xue <> | 2006-02-04 01:50:00 +0000 |
---|---|---|
committer | xue <> | 2006-02-04 01:50:00 +0000 |
commit | 950eddf70e6ba062bf8c26c0dbc3913757935373 (patch) | |
tree | 08539a141933aeb097aaaf9d605b7ef7ce49bc90 /demos/quickstart/protected/pages/Security/Auth.page | |
parent | e40549980dd988f71e4facdd9552272ebd451cc4 (diff) |
A few style changes.
Diffstat (limited to 'demos/quickstart/protected/pages/Security/Auth.page')
-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">
|