Skip to content

Commit 1624e4a

Browse files
authored
Fix potentially invalid links in v3.11.0 blog post (#6980)
1 parent 8c9bcde commit 1624e4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/website/blog/2023-05-30-odo-v3.11.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ odo `v3.11.0` is now out!
1212

1313
<!--truncate-->
1414

15-
To install `odo`, follow [the installation guide](../docs/overview/installation).
15+
To install `odo`, follow [the installation guide](/docs/overview/installation).
1616

1717
## Notable Changes
1818
Check these playlists for an overview of the most notable changes in this release:
@@ -34,15 +34,15 @@ When a user is running `odo` against Podman, the changes to the Devfile are dete
3434

3535
The main use case behind this is to allow users of `odo` to build images targeting a platform running a different architecture, e.g., users on arm64 architecture (like Mac M1) building images for a Kubernetes cluster that does not support arm64.
3636

37-
See [Passing extra flags to Podman or Docker](../docs/command-reference/dev#passing-extra-args-to-podman-or-docker-when-building-images) for more details.
37+
See [Passing extra flags to Podman or Docker](/docs/command-reference/dev#passing-extra-args-to-podman-or-docker-when-building-images) for more details.
3838

3939
<iframe width="560" height="315" src="https://www.youtube.com/embed/MfGqsC2kkVM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
4040

4141
#### [Handling `imageName` in Image Component as a selector](https://github.com/redhat-developer/odo/issues/6677)
4242

4343
`odo` can now push images from Image Components to a given registry and use that for all matching Kubernetes/OpenShift components manifests, without having to hardcode that information into the Devfile, so that developers can keep their devfile portable.
4444

45-
See [How `odo` handles image names](../docs/development/devfile#how-odo-handles-image-names) for more details.
45+
See [How `odo` handles image names](/docs/development/devfile#how-odo-handles-image-names) for more details.
4646

4747
<iframe width="560" height="315" src="https://www.youtube.com/embed/RsSOL4xdcBE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
4848

0 commit comments

Comments
 (0)