From 476328b302ed8ccbf5158159b2339b905e562fe5 Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Mon, 5 Oct 2020 17:08:16 +0200 Subject: [PATCH] docs: fix broken reference to backup_remote while restructuring the docs, explicit title wasn't included in the correct file fixes commit 04e24b14f0c51f01a1f8afe2d0eff124c1095758 Signed-off-by: Oguz Bektas --- docs/managing-remotes.rst | 2 ++ docs/network-management.rst | 3 --- www/OnlineHelpInfo.js | 4 ++++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/managing-remotes.rst b/docs/managing-remotes.rst index e32eb3b4..4b956432 100644 --- a/docs/managing-remotes.rst +++ b/docs/managing-remotes.rst @@ -1,6 +1,8 @@ Managing Remotes ================ +.. _backup_remote: + :term:`Remote` -------------- diff --git a/docs/network-management.rst b/docs/network-management.rst index 0656ea5f..c6288c33 100644 --- a/docs/network-management.rst +++ b/docs/network-management.rst @@ -86,6 +86,3 @@ You can also configure DNS settings, from the **DNS** section of **Configuration** or by using the ``dns`` subcommand of ``proxmox-backup-manager``. -.. _backup_remote: - - diff --git a/www/OnlineHelpInfo.js b/www/OnlineHelpInfo.js index 235c5831..5b960b76 100644 --- a/www/OnlineHelpInfo.js +++ b/www/OnlineHelpInfo.js @@ -11,6 +11,10 @@ const proxmoxOnlineHelpInfo = { "link": "/docs/sysadmin.html#chapter-zfs", "title": "ZFS on Linux" }, + "backup-remote": { + "link": "/docs/managing-remotes.html#backup-remote", + "title": ":term:`Remote`" + }, "syncjobs": { "link": "/docs/managing-remotes.html#syncjobs", "title": "Sync Jobs" -- 2.39.5