Skip to content

Commit

Permalink
docs: fix one more link (#25688)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 10, 2023
1 parent 3023d47 commit 0525c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/batect/readme.md
Expand Up @@ -28,6 +28,6 @@ For example:

### Bundle versioning

This manager assumes that any bundles referenced use tags for versioning, and that these tags use [SemVer](../versioning.md#semantic-versioning).
This manager assumes that any bundles referenced use tags for versioning, and that these tags use [SemVer](../../versioning.md#semantic-versioning).
The implementation of SemVer is strict - versions must follow the `X.Y.Z` or `vX.Y.Z` format.
Versions that don't match this format (eg. `X.Y`) will be ignored.

0 comments on commit 0525c36

Please sign in to comment.