Skip to content

Commit

Permalink
Fixing links
Browse files Browse the repository at this point in the history
  • Loading branch information
FischerLGLN committed Mar 31, 2022
1 parent bce7083 commit e0c5f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/src/machine-images/vpc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dealing with images for VPC

Build the Ubuntu image as described in the [VPC section](topics/vpc/prerequisites.md).
Build the Ubuntu image as described in the [VPC section](../topics/vpc/prerequisites.md).
Make sure to build the qcow2 version by following the instructions for [raw image build](https://image-builder.sigs.k8s.io/capi/providers/raw.html).

Since the IBM Cloud does not support dots before the qcow2 extension, rename the file as follows:
@@ -54,7 +54,7 @@ target: service Cloud object storage in resource_group <your_resource_group_or_a
Now you can provision a VM with your own VM image.
Then please continue with
[create a cluster](topics/vpc/creating-a-cluster.md).
[create a cluster](../topics/vpc/creating-a-cluster.md).
Make sure you take the ImageID from your VM image. The ImageID can be determined using ibmcloud cli. In addition, the Kubernetes version must be set to match the image. In this example:
```

0 comments on commit e0c5f21

Please sign in to comment.