Fix bad screenshot links #4837

Closed
opened 2025-12-29 19:21:07 +01:00 by adam · 0 comments
Owner

Originally created by @thatmattlove on GitHub (Apr 28, 2021).

Originally assigned to: @thatmattlove on GitHub.

Change Type

Correction

Area

Other

Proposed Changes

An error from #6253 - screenshots in the feature branch's docs are incorrect. For example:

![Home Page](../../media/home-light.png)

Should be:

![Home Page](../media/home-light.png)
Originally created by @thatmattlove on GitHub (Apr 28, 2021). Originally assigned to: @thatmattlove on GitHub. ### Change Type Correction ### Area Other ### Proposed Changes An error from #6253 - screenshots in the feature branch's docs are incorrect. For example: ```markdown ![Home Page](../../media/home-light.png) ``` Should be: ```markdown ![Home Page](../media/home-light.png) ```
adam added the type: documentation label 2025-12-29 19:21:07 +01:00
adam closed this issue 2025-12-29 19:21:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4837