From 437f14aa4ec5619171f307f5c93bb291aae23721 Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 1 Aug 2010 16:44:01 +0200 Subject: [PATCH] Fix bug in ticket link --- manual/en/limitations-and-known-issues.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/en/limitations-and-known-issues.txt b/manual/en/limitations-and-known-issues.txt index c22a15a68..c2005bdfb 100644 --- a/manual/en/limitations-and-known-issues.txt +++ b/manual/en/limitations-and-known-issues.txt @@ -82,8 +82,8 @@ how they translate into a Doctrine Mapping (Using Annotations): private $value; } -The following Jira Issue currently contains the feature request to allow @ManyToOne and @OneToOne annotations -along the @Id annotation: [http://www.doctrine-project.org/jira/browse/DDC-117] +The following Jira Issue [contains the feature request to allow @ManyToOne and @OneToOne annotations +along the @Id annotation](http://www.doctrine-project.org/jira/browse/DDC-117). +++ Mapping Arrays to a Join Table