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.
Activity
Roman S. Borschel
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Roman S. Borschel [ romanb ] | Jonathan H. Wage [ jwage ] |
Benjamin Eberlei
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.0-RC2 [ 10112 ] | |
| Resolution | Fixed [ 1 ] |
Benjamin Eberlei
made changes -
| Workflow | jira [ 11911 ] | jira-feedback [ 14577 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback [ 14577 ] | jira-feedback2 [ 16441 ] |
Benjamin Eberlei
made changes -
| Workflow | jira-feedback2 [ 16441 ] | jira-feedback3 [ 18694 ] |
This list may be incomplete, as errors occurred whilst retrieving source from linked applications:
- Request to http://www.doctrine-project.org/fisheye/ failed: Error in remote call to 'FishEye 0 (http://www.doctrine-project.org/fisheye/)' (http://www.doctrine-project.org/fisheye) [AbstractRestCommand{path='/rest-service-fe/search-v1/crossRepositoryQuery', params={query=DDC-800, expand=changesets[-21:-1].revisions[0:29],reviews}, methodType=GET}] : Received status code 503 (Service Temporarily Unavailable)
This is fixed in the new docs.