This is an automated email from the ASF dual-hosted git repository.

shwstppr pushed a commit to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.19 by this push:
     new a0f87187da1 ui: fix documentation link for VM autoscaling (#9044)
a0f87187da1 is described below

commit a0f87187da1ef922755833d348775308dc0d3d72
Author: Abhishek Kumar <[email protected]>
AuthorDate: Tue May 7 16:07:14 2024 +0530

    ui: fix documentation link for VM autoscaling (#9044)
    
    Existing link directs to an older documentation.
    
    Signed-off-by: Abhishek Kumar <[email protected]>
---
 ui/src/config/section/compute.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/config/section/compute.js b/ui/src/config/section/compute.js
index 7a0644ba98f..ba3a21e1539 100644
--- a/ui/src/config/section/compute.js
+++ b/ui/src/config/section/compute.js
@@ -626,7 +626,7 @@ export default {
       name: 'autoscalevmgroup',
       title: 'label.autoscale.vm.groups',
       icon: 'fullscreen-outlined',
-      docHelp: 'adminguide/autoscale_without_netscaler.html',
+      docHelp: 'adminguide/autoscale_with_virtual_router.html',
       resourceType: 'AutoScaleVmGroup',
       permission: ['listAutoScaleVmGroups'],
       columns: (store) => {

Reply via email to