[PR #7698] [MERGED] Fix #7685: Doc image links #13273

Closed
opened 2025-12-29 22:26:28 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/7698
Author: @bluikko
Created: 10/31/2021
Status: Merged
Merged: 11/1/2021
Merged by: @jeremystretch

Base: developHead: doc-image-links


📝 Commits (6)

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 docs/core-functionality/power.md (+1 -1)
📝 docs/customization/custom-scripts.md (+1 -1)
📝 docs/models/dcim/cable.md (+1 -1)

📄 Description

Fixes: #7685

Several image links pointed to /media/ and were broken. Add ../ in front of the link as other media URLs in the docs. Tried to catch all the broken images, hopefully I got them all.

The GitHub web was used to create this patch so I hope it is OK to squash on merge since the web UI cannot squash otherwise.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/7698 **Author:** [@bluikko](https://github.com/bluikko) **Created:** 10/31/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop` ← **Head:** `doc-image-links` --- ### 📝 Commits (6) - [`60d6932`](https://github.com/netbox-community/netbox/commit/60d693286cd70a7b32df57817b69e8e898ec639d) Fix image link in custom-script.md - [`638972c`](https://github.com/netbox-community/netbox/commit/638972c322466265fb90e56b479a90f80ef5482c) Fix image link in cable.md - [`81158ff`](https://github.com/netbox-community/netbox/commit/81158ffa74a0e89d3b9051a1f907ca86ebff8185) Fix image link in power.md - [`1cd416e`](https://github.com/netbox-community/netbox/commit/1cd416e9e4723357a8b6e95ec911d5c74e040c17) Image link custom-script - [`c58786e`](https://github.com/netbox-community/netbox/commit/c58786ee8e65e6a700bc5bd92d2ebfc5c5bfbc42) Image link cable - [`ca42159`](https://github.com/netbox-community/netbox/commit/ca42159979b478dfa4eacbb247505380692940c3) Image link power ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/core-functionality/power.md` (+1 -1) 📝 `docs/customization/custom-scripts.md` (+1 -1) 📝 `docs/models/dcim/cable.md` (+1 -1) </details> ### 📄 Description <!-- Thank you for your interest in contributing to NetBox! Please note that our contribution policy requires that a feature request or bug report be opened for approval prior to filing a pull request. This helps avoid wasting time and effort on something that we might not be able to accept. Please indicate the relevant feature request or bug report below. IF YOUR PULL REQUEST DOES NOT REFERENCE AN ACCEPTED BUG REPORT OR FEATURE REQUEST, IT WILL BE MARKED AS INVALID AND CLOSED. --> ### Fixes: #7685 <!-- Please include a summary of the proposed changes below. --> Several image links pointed to `/media/` and were broken. Add `../` in front of the link as other media URLs in the docs. Tried to catch all the broken images, hopefully I got them all. The GitHub web was used to create this patch so I hope it is OK to squash on merge since the web UI cannot squash otherwise. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:26:28 +01:00
adam closed this issue 2025-12-29 22:26:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#13273