Skip to content

Commit fc1999f

Browse files
authored
Update update.md: Fix broken links (#758)
Signed-off-by: Ileriayo Adebiyi <ileriayoadebiyi@gmail.com>
1 parent 6bd544c commit fc1999f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/basics/update.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,27 @@ The workflow of Argo CD Image Updater can be described as follows:
1818
annotation holds a list of image names that should be updated, and is a
1919
mandatory annotation for Argo CD Image Updater to indicate it should
2020
process this `Application`. Read more about the syntax expected in this
21-
annotation's value in the [marking images for update](#TODO)
21+
annotation's value in the [marking images for update](../configuration/images.md)
2222
section in this doc.
2323

2424
* For each image found in the list, Argo CD Image Updater will first check
2525
if this image is actually deployed with the application. It does a strict
2626
check for the complete image name, including the registry the image is
2727
pulled from. For example, `docker.io/some/image` and `quay.io/some/image`,
2828
while both referring to `some/image`, are not considered equal. This strict
29-
behavior can be relaxed, however. See [forcing image updates](#TODO) for
29+
behavior can be relaxed, however. See [forcing image updates](../configuration/images.md#forcing-image-updates) for
3030
further explanation.
3131

3232
* If Argo CD Image Updater considers an image from the list eligible for an
3333
update check, it will connect the corresponding container registry to see
3434
if there is a newer version of the image according to the
35-
[update strategy](../basics/update-strategies.md)
35+
[update strategy](./update-strategies.md)
3636
and other constraints that may have been configured for the image (e.g.
3737
a list of tags that are allowed to consider).
3838

3939
* If a newer version of an image was found, Argo CD Image Updater will try
4040
to update the image according to the configured
41-
[update method](../basics/update-methods.md). Please note that Argo CD Image Updater will
41+
[update method](./update-methods.md). Please note that Argo CD Image Updater will
4242
never update your manifests, instead it re-configures your Application
4343
sources to use the new image tag, and control is handed over to Argo CD.
4444

@@ -49,7 +49,7 @@ images (and multi-arch clusters) by being able to inspect images with multiple
4949
manifests (i.e. a manifest list).
5050

5151
Multi-arch currently only is supported for
52-
[update strategies](../basics/update-strategies.md)
52+
[update strategies](./update-strategies.md)
5353
which fetch image meta-data: `latest` and `digest`. Multi-arch will be ignored
5454
for the update strategies that do not fetch meta-data, `semver` and `name`.
5555

0 commit comments

Comments
 (0)