[doc] Fix broken references.
authorSandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 05 May 2009 02:55:33 -0700
changeset 1679 9751949a9379
parent 1678 67162cb05b4b
child 1687 9b966d7d7bff
[doc] Fix broken references.
doc/book/en/B0012-schema-definition.en.txt
--- 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
 ------------------