]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: fix broken reference to backup_remote
authorOguz Bektas <o.bektas@proxmox.com>
Mon, 5 Oct 2020 15:08:16 +0000 (17:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 5 Oct 2020 15:14:16 +0000 (17:14 +0200)
while restructuring the docs, explicit title wasn't included in the
correct file

fixes commit 04e24b14f0c51f01a1f8afe2d0eff124c1095758

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
docs/managing-remotes.rst
docs/network-management.rst
www/OnlineHelpInfo.js

index e32eb3b44f090f99fd31d8b0bb4dcc443f525500..4b95643254526a4ef0ba02ef61596f7091c0e904 100644 (file)
@@ -1,6 +1,8 @@
 Managing Remotes
 ================
 
+.. _backup_remote:
+
 :term:`Remote`
 --------------
 
index 0656ea5f94d0178d899ec79ed2fbe4fcb0d70e43..c6288c335b56a712a10115f63a5979661636d7b4 100644 (file)
@@ -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:
-
-
index 235c5831f323c92a1e8bda06d81ed679d379b066..5b960b760f257828103b2b115871b069be8114ab 100644 (file)
@@ -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"