Skip to content

Commit

Permalink
Fix potentially invalid links in v3.11.0 blog post (#6980)
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l authored Jul 19, 2023
1 parent 8c9bcde commit 1624e4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/website/blog/2023-05-30-odo-v3.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ odo `v3.11.0` is now out!

<!--truncate-->

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

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

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.

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.
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.

<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>

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

`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.

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

<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>

Expand Down

0 comments on commit 1624e4a

Please sign in to comment.