Example of power topology not shown in documentation #5582

Closed
opened 2025-12-29 19:29:44 +01:00 by adam · 1 comment
Owner

Originally created by @astifr on GitHub (Oct 29, 2021).

Change Type

Correction

Area

Installation instructions

Proposed Changes

Hi, in documentation there are an error when referencing the png here,
https://netbox.readthedocs.io/en/stable/core-functionality/power/
I think that you should change the path from
![Power distribution model](/media/power_distribution.png)
to
![Power distribution model](/docs/media/power_distribution.png)

thanks

Originally created by @astifr on GitHub (Oct 29, 2021). ### Change Type Correction ### Area Installation instructions ### Proposed Changes Hi, in documentation there are an error when referencing the png here, https://netbox.readthedocs.io/en/stable/core-functionality/power/ I think that you should change the path from `![Power distribution model](/media/power_distribution.png)` to `![Power distribution model](/docs/media/power_distribution.png)` thanks
adam added the type: documentation label 2025-12-29 19:29:44 +01:00
adam closed this issue 2025-12-29 19:29:45 +01:00
Author
Owner

@bluikko commented on GitHub (Oct 31, 2021):

A similar problem exists in:

![Cable path](/media/models/dcim_cable_trace.png)
      ![Adding the run action to a permission](/media/admin_ui_run_permission.png)

etc.

They should be ../media in the beginning.

@bluikko commented on GitHub (Oct 31, 2021): A similar problem exists in: - Cable trace image at: https://netbox.readthedocs.io/en/stable/core-functionality/devices/ Or https://github.com/netbox-community/netbox/blob/master/docs/models/dcim/cable.md ``` ![Cable path](/media/models/dcim_cable_trace.png) ``` - Custom Scripts screenshot at: https://netbox.readthedocs.io/en/stable/customization/custom-scripts/ ``` ![Adding the run action to a permission](/media/admin_ui_run_permission.png) ``` etc. They should be `../media` in the beginning.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5582