Skip to content

Commit b2629ca

Browse files
committed
Doc: Fix link
1 parent 3bcece9 commit b2629ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databases/joined_table_inheritance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ The `with_polymorphic()` function is used to provide a means of specifying which
240240
There are two variants to this functions:
241241

242242
- `mapper.with_polymorphic` in conjunction with `mapper.polymorphic_load` option. See [Setting `with_polymorphic` at mapper configuration time](#setting-with_polymorphic-at-mapper-configuration-time).
243-
- Query-level such that we have `query.with_polymorphic()`. See [Setting `with_polymorphic` against a query](#setting-`with_polymorphic`-against-a-query) section.
243+
- Query-level such that we have `query.with_polymorphic()`. See [Setting `with_polymorphic` against a query](#setting-with_polymorphic-against-a-query) section.
244244

245245

246246
### Using `with_polymorphic`

0 commit comments

Comments
 (0)