Skip to content

Commit 041a33e

Browse files
authored
Merge pull request #427 from dholbach/update-flux-docs-structure
update to new doc links structure
2 parents 115e744 + 2d581b6 commit 041a33e

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ replacing the `apiVersion` field value:
537537

538538
Instructions for migrating from _`v1alpha1`_ are included in the [API guide].
539539

540-
[API guide]: https://fluxcd.io/docs/components/image/imageupdateautomations/#migrating-from-v1alpha1
540+
[API guide]: https://fluxcd.io/flux/components/image/imageupdateautomations/#migrating-from-v1alpha1
541541

542542
Improvements:
543543
* Let people set the number of controller workers with a flag

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Development
22

3-
> **Note:** Please take a look at <https://fluxcd.io/docs/contributing/flux/>
3+
> **Note:** Please take a look at <https://fluxcd.io/contributing/flux/>
44
> to find out about how to contribute to Flux and how to interact with the
55
> Flux Development team.
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ updating YAML files in a git repository, and committing the changes.
1717
## How to install it
1818

1919
Please see the [installation and use
20-
guide](https://fluxcd.io/docs/guides/image-update/).
20+
guide](https://fluxcd.io/flux/guides/image-update/).
2121

2222
## How to work on it
2323

docs/spec/v1alpha1/imageupdateautomations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ There is one condition maintained by the controller, which is the usual `ReadyCo
368368
condition. This will be recorded as `True` when automation has run without errors, whether or not it
369369
resulted in a commit.
370370

371-
[image-auto-guide]: https://fluxcd.io/docs/guides/image-update/#configure-image-update-for-custom-resources
372-
[git-repo-ref]: https://fluxcd.io/docs/components/source/gitrepositories/
371+
[image-auto-guide]: https://fluxcd.io/flux/guides/image-update/#configure-image-update-for-custom-resources
372+
[git-repo-ref]: https://fluxcd.io/flux/components/source/gitrepositories/
373373
[durations]: https://godoc.org/time#ParseDuration
374-
[source-docs]: https://fluxcd.io/docs/components/source/gitrepositories/#git-implementation
374+
[source-docs]: https://fluxcd.io/flux/components/source/gitrepositories/#git-implementation
375375
[go-text-template]: https://golang.org/pkg/text/template/

docs/spec/v1alpha2/imageupdateautomations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ spec:
591591
branch: auto
592592
```
593593
594-
[image-auto-guide]: https://fluxcd.io/docs/guides/image-update/#configure-image-update-for-custom-resources
595-
[git-repo-ref]: https://fluxcd.io/docs/components/source/gitrepositories/#specification
594+
[image-auto-guide]: https://fluxcd.io/flux/guides/image-update/#configure-image-update-for-custom-resources
595+
[git-repo-ref]: https://fluxcd.io/flux/components/source/gitrepositories/#specification
596596
[durations]: https://godoc.org/time#ParseDuration
597-
[source-docs]: https://fluxcd.io/docs/components/source/gitrepositories/#git-implementation
597+
[source-docs]: https://fluxcd.io/flux/components/source/gitrepositories/#git-implementation
598598
[go-text-template]: https://golang.org/pkg/text/template/

docs/spec/v1beta1/imageupdateautomations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,8 @@ spec:
668668
branch: auto
669669
```
670670
671-
[image-auto-guide]: https://fluxcd.io/docs/guides/image-update/#configure-image-update-for-custom-resources
672-
[git-repo-ref]: https://fluxcd.io/docs/components/source/gitrepositories/#specification
671+
[image-auto-guide]: https://fluxcd.io/flux/guides/image-update/#configure-image-update-for-custom-resources
672+
[git-repo-ref]: https://fluxcd.io/flux/components/source/gitrepositories/#specification
673673
[durations]: https://godoc.org/time#ParseDuration
674-
[source-docs]: https://fluxcd.io/docs/components/source/gitrepositories/#git-implementation
674+
[source-docs]: https://fluxcd.io/flux/components/source/gitrepositories/#git-implementation
675675
[go-text-template]: https://golang.org/pkg/text/template/

0 commit comments

Comments
 (0)