Skip to content

Commit

Permalink
Update empty state documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanporwal authored and edlerd committed Aug 25, 2023
1 parent 1a849de commit 9e161d9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/pages/cluster/ClusterList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const ClusterList: FC = () => {
<p>Add cluster members to this group.</p>
<p>
<a
href="https://linuxcontainers.org/lxd/docs/latest/explanation/clustering/"
href="https://documentation.ubuntu.com/lxd/en/latest/explanation/clustering/"
target="_blank"
rel="noreferrer"
>
Expand All @@ -143,7 +143,7 @@ const ClusterList: FC = () => {
</p>
<p>
<a
href="https://linuxcontainers.org/lxd/docs/latest/explanation/clustering/"
href="https://documentation.ubuntu.com/lxd/en/latest/explanation/clustering/"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/instances/InstanceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ const InstanceList: FC = () => {
</p>
<p>
<a
href="https://linuxcontainers.org/lxd/docs/latest/howto/instances_create/"
href="https://documentation.ubuntu.com/lxd/en/latest/howto/instances_create/"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/instances/InstanceSnapshots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ const InstanceSnapshots: FC<Props> = ({ instance }) => {
</p>
<p>
<a
href="https://linuxcontainers.org/lxd/docs/latest/howto/storage_backup_volume/#storage-backup-snapshots"
href="https://documentation.ubuntu.com/lxd/en/latest/howto/storage_backup_volume/#storage-backup-snapshots"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/instances/forms/SnapshotsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const SnapshotsForm: FC<Props> = ({ formik }) => {
Pongo2 template string that represents the snapshot name (used
for scheduled snapshots and unnamed snapshots), see{" "}
<a
href="https://linuxcontainers.org/lxd/docs/latest/reference/instance_options/#instance-options-snapshots-names"
href="https://documentation.ubuntu.com/lxd/en/latest/reference/instance_options/#instance-options-snapshots-names"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/networks/NetworkList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const NetworkList: FC = () => {
<p>There are no networks in this project.</p>
<p>
<a
href="https://linuxcontainers.org/lxd/docs/latest/explanation/networks/"
href="https://documentation.ubuntu.com/lxd/en/latest/explanation/networks/"
target="_blank"
rel="noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/storage/StorageList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const StorageList: FC = () => {
<p>There are no storage pools in this project.</p>
<p>
<a
href="https://linuxcontainers.org/lxd/docs/latest/explanation/storage/"
href="https://documentation.ubuntu.com/lxd/en/latest/explanation/storage/"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 9e161d9

Please sign in to comment.