summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations/PageConfig.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/PageConfig.page
parent2847b7cdf2ee645146cf9f768392f08d3f21f0a7 (diff)
Corrected references to XSD and DTD files
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations/PageConfig.page')
-rw-r--r--demos/quickstart/protected/pages/Configurations/PageConfig.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/PageConfig.page b/demos/quickstart/protected/pages/Configurations/PageConfig.page
index 214050bc..01710d59 100644
--- a/demos/quickstart/protected/pages/Configurations/PageConfig.page
+++ b/demos/quickstart/protected/pages/Configurations/PageConfig.page
@@ -35,7 +35,7 @@ The format of a page configuration file is as follows,
The <tt>&lt;paths&gt;</tt>, <tt>&lt;modules&gt;</tt> and <tt>&lt;parameters&gt;</tt> are similar to those in an application configuration. The <tt>&lt;authorization&gt;</tt> specifies the authorization rules that apply to the current page directory and all its subdirectories. It will be explained in more detail in future sections. The <tt>&lt;pages&gt;</tt> element specifies the initial values for the properties of pages. Each <tt>&lt;page&gt;</tt> element specifies the initial property values for a particular page identified by the <tt>id</tt> attribute. Initial property values given in the <tt>&lt;pages&gt;</tt> element apply to all pages in the current directory and all its subdirectories.
</p>
<p>
-Complete specification of page configurations can be found in the <a href="<%~../../../../../framework/Specs/config.dtd%>">DTD</a> and <a href="<%~../../../../../framework/Specs/config.xsd%>">XSD</a> files.
+Complete specification of page configurations can be found in the <a href="<%~../../../../../docs/specs/config.dtd%>">DTD</a> and <a href="<%~../../../../../docs/specs/config.xsd%>">XSD</a> files.
</p>
</com:TContent> \ No newline at end of file