ui: wizard: fix ceph docs link

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-24 09:27:18 +01:00
parent e194ea7c12
commit 587cdeb55a

View File

@ -16,7 +16,7 @@ Ext.define('PVE.ceph.CephInstallWizardInfo', {
<p> <p>
Please take a look at our documentation, by clicking the help button below, Please take a look at our documentation, by clicking the help button below,
before starting the installation, if you want to gain deeper knowledge about before starting the installation, if you want to gain deeper knowledge about
Ceph visit <a target="_blank" href="http://docs.ceph.com/docs/master/">ceph.com</a>. Ceph visit <a target="_blank" href="https://docs.ceph.com/en/latest/">ceph.com</a>.
</p>`, </p>`,
}); });