diff --git a/docs/en/reference/inheritance-mapping.rst b/docs/en/reference/inheritance-mapping.rst index 1bc92f3f3..9ea2edccb 100644 --- a/docs/en/reference/inheritance-mapping.rst +++ b/docs/en/reference/inheritance-mapping.rst @@ -260,6 +260,7 @@ or auto-increment details). Furthermore each child table has to have a foreign key pointing from the id column to the root table id column and cascading on delete. +.. _inheritence_mapping_overrides: Overrides --------- diff --git a/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst b/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst index 792d97887..aef663f2a 100644 --- a/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst +++ b/docs/en/tutorials/override-field-association-mappings-in-subclasses.rst @@ -87,4 +87,4 @@ The case for just extending a class would be just the same but: // ... } -Overriding is also supported via XML and YAML. \ No newline at end of file +Overriding is also supported via XML and YAML (:ref:`examples `).