summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations/AppConfig.page
diff options
context:
space:
mode:
authorknut <>2006-02-26 16:37:50 +0000
committerknut <>2006-02-26 16:37:50 +0000
commitce75cf0aacdcf4e06c2c40fd2a15490ae7ad7c3e (patch)
tree408be4e75efcfac7d45af8b5df4b8fc1f3803f10 /demos/quickstart/protected/pages/Configurations/AppConfig.page
parent2847b7cdf2ee645146cf9f768392f08d3f21f0a7 (diff)
Corrected references to XSD and DTD files
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations/AppConfig.page')
-rw-r--r--demos/quickstart/protected/pages/Configurations/AppConfig.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/AppConfig.page b/demos/quickstart/protected/pages/Configurations/AppConfig.page
index c247d0ee..d617a280 100644
--- a/demos/quickstart/protected/pages/Configurations/AppConfig.page
+++ b/demos/quickstart/protected/pages/Configurations/AppConfig.page
@@ -37,7 +37,7 @@ Note, if the <tt>value</tt> attribute is not specified, the whole parameter XML
</li>
</ul>
<p>
-Complete specification of application configurations can be found in the <a href="<%~../../../../../framework/Specs/application.dtd%>">DTD</a> and <a href="<%~../../../../../framework/Specs/application.xsd%>">XSD</a> files.
+Complete specification of application configurations can be found in the <a href="<%~../../../../../docs/specs/application.dtd%>">DTD</a> and <a href="<%~../../../../../docs/specs/application.xsd%>">XSD</a> files.
</p>
<p>
By default without explicit configuration, a PRADO application when running will load a few core modules, such as <tt>THttpRequest</tt>, <tt>THttpResponse</tt>, etc. It will also provide the <tt>TPageService</tt> as a default service. Configuration and usage of these modules and services are covered in individual sections of this tutorial. Note, if your application takes default settings for these modules and service, you do not need to provide an application configuration. However, if these modules or services are not sufficient, or you want to change their behavior by configuring their property values, you will need an application configuration.