From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 9CABA1FF140 for ; Fri, 13 Mar 2026 14:34:28 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2154B3460; Fri, 13 Mar 2026 14:34:34 +0100 (CET) From: Maximiliano Sandoval To: pbs-devel@lists.proxmox.com Subject: [PATCH offline-mirror 1/2] docs: offline-media: fix refence to example Date: Fri, 13 Mar 2026 14:33:55 +0100 Message-ID: <20260313133358.108895-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1773408800736 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.954 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_MSPIKE_H2 0.001 Average reputation (+2) RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.408 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.819 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.903 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: F3CHLBDZKZ24SNEBEXQRXDFFZJVPFEP5 X-Message-ID-Hash: F3CHLBDZKZ24SNEBEXQRXDFFZJVPFEP5 X-MailFrom: m.sandoval@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox Backup Server development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: At the moment the "Example: Local HTTP Server" section generates a link to `#example-local-http-server`. We set the existing reference explicitly instead of relying on the section title. Signed-off-by: Maximiliano Sandoval --- Notes: Without this patch the rendered docs will point to a non existent section (commits) `#id1` and the link will be rendered literally as "`Local HTTP Server`_" (displaying the ` and _ characters literally). docs/offline-media.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/offline-media.rst b/docs/offline-media.rst index 7f02ad5..b8de52a 100644 --- a/docs/offline-media.rst +++ b/docs/offline-media.rst @@ -83,6 +83,8 @@ one or more of either the one of a Debian or Proxmox project, for example ``pve- Now you should be able to upgrade like normally, and don't forget to disable the repository entry again until next time, once your done. +.. _example-local-http-server: + Example: Local HTTP Server ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -110,7 +112,7 @@ offline-key`` directly or follow the respective step when doing the guided setup ``proxmox-offline-mirror-helper setup`` command. The ``offline-key`` command supports both local mountpoints and HTTP URLs. When using an HTTP -server (as described in the `Local HTTP Server`_ section), you can activate subscription keys +server (as described in the :ref:`example-local-http-server` section), you can activate subscription keys directly from the HTTP URL without needing to mount the medium locally: .. code-block:: console -- 2.47.3