From 8a39a6605740bd8b8c33afb7edfb2895517a5b87 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 29 Jan 2012 20:03:40 +0100 Subject: [PATCH] Some fixes in the docs --- en/reference/configuration.rst | 4 ++-- en/reference/introduction.rst | 2 +- en/toc.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/reference/configuration.rst b/en/reference/configuration.rst index 57534ab32..6a2a192b5 100644 --- a/en/reference/configuration.rst +++ b/en/reference/configuration.rst @@ -496,7 +496,7 @@ implementations. Default Repository (***OPTIONAL***) -------------------------- +----------------------------------- Specifies the FQCN of a subclass of the EntityRepository. That will be available for all entities without a custom repository class. @@ -508,4 +508,4 @@ That will be available for all entities without a custom repository class. $config->getDefaultRepositoryClassName(); The default value is ``Doctrine\ORM\EntityRepository``. -Any repository class must be a subclass of EntityRepository otherwise you got an ORMException \ No newline at end of file +Any repository class must be a subclass of EntityRepository otherwise you got an ORMException diff --git a/en/reference/introduction.rst b/en/reference/introduction.rst index fcc8c4917..84c2b5f04 100644 --- a/en/reference/introduction.rst +++ b/en/reference/introduction.rst @@ -398,6 +398,6 @@ Can you **find** the easier way?). Instead of reading through the reference manual we also recommend to look at the tutorials: -:doc:`Getting Started Tutorial <../tutorials/getting-started-xml-edition>` +:doc:`Getting Started Tutorial <../tutorials/getting-started>` diff --git a/en/toc.rst b/en/toc.rst index f4f407735..7ab8805b0 100644 --- a/en/toc.rst +++ b/en/toc.rst @@ -7,7 +7,7 @@ Tutorials .. toctree:: :maxdepth: 1 - tutorials/getting-started-xml-edition + tutorials/getting-started tutorials/working-with-indexed-associations tutorials/extra-lazy-associations tutorials/composite-primary-keys