fix(xo-web/cloud-config): update dead links (#6719)

This commit is contained in:
Gabriel Gunullu
2023-03-10 11:32:38 +01:00
committed by GitHub
parent 656d13d79b
commit 2dbe35a31c
2 changed files with 3 additions and 2 deletions

View File

@@ -31,5 +31,6 @@
- @xen-orchestra/backups minor
- xo-server patch
- xo-web patch
<!--packages-end-->

View File

@@ -34,7 +34,7 @@ const showNetworkConfigInfo = () =>
{_('newVmNetworkConfigInfo', {
noCloudDatasourceLink: (
<a
href='https://cloudinit.readthedocs.io/en/latest/topics/datasources/nocloud.html#datasource-nocloud'
href='https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html'
rel='noopener noreferrer'
target='_blank'
>
@@ -47,7 +47,7 @@ const showNetworkConfigInfo = () =>
{_('newVmNetworkConfigDocLink', {
networkConfigDocLink: (
<a
href='https://cloudinit.readthedocs.io/en/latest/topics/network-config-format-v1.html'
href='https://cloudinit.readthedocs.io/en/latest/reference/network-config-format-v1.html#network-config-v1'
rel='noopener noreferrer'
target='_blank'
>