DDC-800: Wrong anchor target (404) #985

Closed
opened 2026-01-22 12:58:08 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Sep 11, 2010).

Originally assigned to: @jwage on GitHub.

Jira issue originally created by user jpieper:

There is an wrong anchor target within your ORM reference documentation.

URL: http://www.doctrine-project.org/projects/orm/2.0/docs/reference/annotations-reference/en#ann_changetrackingpolicy

index fa15468..fb331d3 100644
--- a/manual/en/annotations-reference.txt
<ins></ins><ins> b/manual/en/annotations-reference.txt
@@ -81,7 </ins>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)
<ins>The [details on all the available change tracking policies](/change-tracking-policies)
 can be found in the configuration section.

 Example:
@@ -608,4 </ins>608,4 @@ Example:
      \* @column(type="integer")
      \* @version
      */
-    protected $version;
  \ No newline at end of file
-    protected $version;```

I hope this is a valid fix.
Originally created by @doctrinebot on GitHub (Sep 11, 2010). Originally assigned to: @jwage on GitHub. Jira issue originally created by user jpieper: There is an wrong anchor target within your ORM reference documentation. URL: http://www.doctrine-project.org/projects/orm/2.0/docs/reference/annotations-reference/en#ann_changetrackingpolicy ```diff --git a/manual/en/annotations-reference.txt b/manual/en/annotations-reference.txt index fa15468..fb331d3 100644 --- a/manual/en/annotations-reference.txt <ins></ins><ins> b/manual/en/annotations-reference.txt @@ -81,7 </ins>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) <ins>The [details on all the available change tracking policies](/change-tracking-policies) can be found in the configuration section. Example: @@ -608,4 </ins>608,4 @@ Example: \* @column(type="integer") \* @version */ - protected $version; \ No newline at end of file - protected $version;``` I hope this is a valid fix.
admin added the Bug label 2026-01-22 12:58:08 +01:00
admin closed this issue 2026-01-22 12:58:08 +01:00
Author
Owner

@doctrinebot commented on GitHub (Dec 12, 2010):

Comment created by @beberlei:

This is fixed in the new docs.

@doctrinebot commented on GitHub (Dec 12, 2010): Comment created by @beberlei: This is fixed in the new docs.
Author
Owner

@doctrinebot commented on GitHub (Dec 12, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Dec 12, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#985