Skip to content

Commit cd59074

Browse files
authored
docs: Fix dead links (argoproj-labs#434)
1 parent 7068725 commit cd59074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics/update.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ The workflow of Argo CD Image Updater can be described as follows:
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](../strategies/)
35+
[update strategy](../update-strategies/)
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](../methods/). Please note that Argo CD Image Updater will
41+
[update method](../update-methods/). 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

0 commit comments

Comments
 (0)