docs: fix broken bookmarks link in model features table #807

Closed
opened 2026-04-05 17:50:42 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @magicalyak on 11/26/2025

Summary

Fixes a broken documentation link in the model features table.

The bookmarks link was pointing to ../features/customization.md#bookmarks but the bookmarks section is actually documented in ../features/user-preferences.md#bookmarks.

Changes

  • Updated link in docs/development/models.md line 15 to point to the correct location

This fixes a broken anchor link that would result in a 404 when users click the Bookmarks link in the model features documentation.

*Originally created by @magicalyak on 11/26/2025* ## Summary Fixes a broken documentation link in the model features table. The bookmarks link was pointing to `../features/customization.md#bookmarks` but the bookmarks section is actually documented in `../features/user-preferences.md#bookmarks`. ## Changes - Updated link in `docs/development/models.md` line 15 to point to the correct location This fixes a broken anchor link that would result in a 404 when users click the Bookmarks link in the model features documentation.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#807