From 30eb4646f76aab2e3ef3ab8954c2be5e3b3d8e8a Mon Sep 17 00:00:00 2001 From: Hari K T Date: Sat, 2 Jan 2016 22:30:32 +0530 Subject: [PATCH] Fix broken links to blog post. --- docs/en/reference/limitations-and-known-issues.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/reference/limitations-and-known-issues.rst b/docs/en/reference/limitations-and-known-issues.rst index 8322919d4..8f273568f 100644 --- a/docs/en/reference/limitations-and-known-issues.rst +++ b/docs/en/reference/limitations-and-known-issues.rst @@ -112,10 +112,10 @@ in the core library. We don't think behaviors add more value than they cost pain and debugging hell. Please see the many different blog posts we have written on this topics: -- `Doctrine2 "Behaviors" in a Nutshell `_ -- `A re-usable Versionable behavior for Doctrine2 `_ -- `Write your own ORM on top of Doctrine2 `_ -- `Doctrine 2 Behavioral Extensions `_ +- `Doctrine2 "Behaviors" in a Nutshell `_ +- `A re-usable Versionable behavior for Doctrine2 `_ +- `Write your own ORM on top of Doctrine2 `_ +- `Doctrine 2 Behavioral Extensions `_ - `Doctrator _ Doctrine 2 has enough hooks and extension points so that **you** can