diff --git a/en/index.rst b/en/index.rst index 8f0124466..fe7189c29 100644 --- a/en/index.rst +++ b/en/index.rst @@ -39,9 +39,9 @@ Mapping Objects onto a Database ------------------------------- * **Basic Reference**: - :doc:`Mapping Objects and Fields ` | - :doc:`Mapping Associations ` | - :doc:`Inheritance Mapping ` + :doc:`Objects and Fields ` | + :doc:`Associations ` | + :doc:`Inheritance ` * **Mapping Driver References**: :doc:`XML ` | @@ -54,17 +54,17 @@ Working with Objects -------------------- * **Basic Reference**: - :doc:`Working with Objects ` | - :doc:`Working with Assocations ` | + :doc:`Entities ` | + :doc:`Assocations ` | :doc:`Events ` * **Querying Objects**: - :doc:`DQL - Doctrine Query Language ` | + :doc:`Doctrine Query Language (DQL) ` | :doc:`QueryBuilder ` | :doc:`Native SQL Queries ` * **Tutorials**: - :doc:`Working with indexed associations ` | + :doc:`Indexed associations ` | :doc:`Extra Lazy Assocations ` | :doc:`Composite Primary Keys `