Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-RC2
-
Component/s: Documentation
-
Security Level: All
-
Labels:None
-
Environment:Irrelevant
Description
There is an wrong anchor target within your ORM reference documentation.
diff --git a/manual/en/annotations-reference.txt b/manual/en/annotations-reference.txt
index fa15468..fb331d3 100644
--- a/manual/en/annotations-reference.txt
+++ b/manual/en/annotations-reference.txt
@@ -81,7 +81,7 @@ strategy, which means upon flush UnitOfWork compares all the properties of an en
snapshot. This works out of the box, however you might want to tweak the flush performance where using
another change tracking policy is an interesting option.
-The [details on all the available change tracking policies](/../configuration#change-tracking-policies)
+The [details on all the available change tracking policies](/change-tracking-policies)
can be found in the configuration section.
Example:
@@ -608,4 +608,4 @@ Example:
* @column(type="integer")
* @version
*/
- protected $version;
\ No newline at end of file
+ protected $version;
I hope this is a valid fix.