diff --git a/docs/introduction.rst b/docs/introduction.rst index 423dd8d6..20c29602 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -127,8 +127,7 @@ language. -- `The Rust Programming Language `_ -.. todo:: further explain the software stack - +.. _get_help: Getting Help ------------ diff --git a/www/OnlineHelpInfo.js b/www/OnlineHelpInfo.js index b206e47c..1ad1c21b 100644 --- a/www/OnlineHelpInfo.js +++ b/www/OnlineHelpInfo.js @@ -11,6 +11,10 @@ const proxmoxOnlineHelpInfo = { "link": "/docs/backup-client.html#backup-pruning", "title": "Pruning and Removing Backups" }, + "get-help": { + "link": "/docs/introduction.html#get-help", + "title": "Getting Help" + }, "chapter-zfs": { "link": "/docs/sysadmin.html#chapter-zfs", "title": "ZFS on Linux" diff --git a/www/Subscription.js b/www/Subscription.js index 498600bf..2023c6c8 100644 --- a/www/Subscription.js +++ b/www/Subscription.js @@ -5,7 +5,7 @@ Ext.define('PBS.SubscriptionKeyEdit', { width: 300, autoLoad: true, - onlineHelp: 'getting_help', + onlineHelp: 'get_help', items: { xtype: 'textfield', @@ -22,7 +22,7 @@ Ext.define('PBS.Subscription', { title: gettext('Subscription'), border: true, - onlineHelp: 'getting_help', + onlineHelp: 'get_help', viewConfig: { enableTextSelection: true,