Skip to content

Commit

Permalink
Merge pull request #7660 from josefbehr/bugfix/docs-relation-manager-…
Browse files Browse the repository at this point in the history
…links

[Docs] fix links in relation manager docs
  • Loading branch information
danharrin authored Aug 11, 2023
2 parents bcefe89 + bae118e commit 4cceea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/panels/docs/03-resources/07-relation-managers.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ You can find out more about soft deleting [here](#deleting-records).

## Listing related records

Related records will be listed in a table. The entire relation manager is based around this table, which contains actions to [create](#creating-records), [edit](#editing-records), [attach / detach](#attaching-and-detaching-records), [associate / dissociate](#associating-and-dissociating-records), and delete records.
Related records will be listed in a table. The entire relation manager is based around this table, which contains actions to [create](#creating-related-records), [edit](#editing-related-records), [attach / detach](#attaching-and-detaching-records), [associate / dissociate](#associating-and-dissociating-records), and delete records.

You may use any features of the [Table Builder](../../tables) to customize relation managers.

Expand Down

0 comments on commit 4cceea7

Please sign in to comment.