[doc] Fix broken references.
--- a/doc/book/en/B0012-schema-definition.en.txt Tue May 05 02:55:08 2009 -0700
+++ b/doc/book/en/B0012-schema-definition.en.txt Tue May 05 02:55:33 2009 -0700
@@ -38,7 +38,7 @@
`Decimal`, `Boolean`, `Date`, `Datetime`, `Time`, `Interval`, `Byte`
and `Password`.
They are implicitely imported (as well as the special the function "_"
-for translation :ref:`internationalization`).
+for translation :ref:`internationalisation`).
An attribute is defined in the schema as follows::
@@ -86,9 +86,10 @@
* it is possible to use the attribute `meta` to flag an entity type as a `meta`
(e.g. used to describe/categorize other entities)
+.. _properties:
+
Optionnal properties
````````````````````
-.. _properties:
* optional properties for attributes and relations :
@@ -216,6 +217,7 @@
specific permissions, its definition (by using `SubjectRelation` and
`ObjectRelation`) is all we need.
+.. _security:
The security model
------------------