Skip to content

docs: Fix dead links #434

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/basics/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ The workflow of Argo CD Image Updater can be described as follows:
* If Argo CD Image Updater considers an image from the list eligible for an
update check, it will connect the corresponding container registry to see
if there is a newer version of the image according to the
[update strategy](../strategies/)
[update strategy](../update-strategies/)
and other constraints that may have been configured for the image (e.g.
a list of tags that are allowed to consider).

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

Expand Down