Skip to content

Commit dc4bab7

Browse files
magicalyakjeremystretch
authored andcommitted
docs: fix broken bookmarks link in model features table
The bookmarks link was pointing to ../features/customization.md#bookmarks but the bookmarks section is actually in ../features/user-preferences.md#bookmarks. This fixes the broken anchor link.
1 parent 60aa952 commit dc4bab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Depending on its classification, each NetBox model may support various features
1212

1313
| Feature | Feature Mixin | Registry Key | Description |
1414
|------------------------------------------------------------|-------------------------|---------------------|-----------------------------------------------------------------------------------------|
15-
| [Bookmarks](../features/customization.md#bookmarks) | `BookmarksMixin` | `bookmarks` | These models can be bookmarked natively in the user interface |
15+
| [Bookmarks](../features/user-preferences.md#bookmarks) | `BookmarksMixin` | `bookmarks` | These models can be bookmarked natively in the user interface |
1616
| [Change logging](../features/change-logging.md) | `ChangeLoggingMixin` | `change_logging` | Changes to these objects are automatically recorded in the change log |
1717
| Cloning | `CloningMixin` | `cloning` | Provides the `clone()` method to prepare a copy |
1818
| [Contacts](../features/contacts.md) | `ContactsMixin` | `contacts` | Contacts can be associated with these models |

0 commit comments

Comments
 (0)