Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit 3c5758e

Browse files
author
Daniel Holbach
committed
update to new doc links structure
Signed-off-by: Daniel Holbach <[email protected]>
1 parent f1e3425 commit 3c5758e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
>
88
> Development has moved to [fluxcd/flux2](https://github.com/fluxcd/flux2) and its
99
> controllers entirely. If you consider using Flux, we **strongly recommend** you
10-
> take a look at <https://fluxcd.io/docs/get-started> to get started, or if you are
11-
> on Flux Legacy <https://fluxcd.io/docs/migration/> to migrate.
10+
> take a look at <https://fluxcd.io/flux/get-started> to get started, or if you are
11+
> on Flux Legacy <https://fluxcd.io/flux/migration/> to migrate.
1212
>
1313
> Many of the long-requested features for Flux have been integrated into the new
1414
> version of Flux, you will find it much more versatile.

chart/flux/templates/NOTES.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ and running:
1313
**Flux v1 is deprecated, please upgrade to v2 as soon as possible!**
1414

1515
New users of Flux can Get Started here:
16-
https://fluxcd.io/docs/get-started/
16+
https://fluxcd.io/flux/get-started/
1717

1818
Existing users can upgrade using the Migration Guide:
19-
https://fluxcd.io/docs/migration/
19+
https://fluxcd.io/flux/migration/

cmd/fluxctl/install_cmd.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ func (opts *installOpts) RunE(cmd *cobra.Command, args []string) error {
6464
fmt.Fprintf(os.Stderr, `**Flux v1 is deprecated, please upgrade to v2 as soon as possible!**
6565
6666
New users of Flux can Get Started here:
67-
https://fluxcd.io/docs/get-started/
67+
https://fluxcd.io/flux/get-started/
6868
6969
Existing users can upgrade using the Migration Guide:
70-
https://fluxcd.io/docs/migration/
70+
https://fluxcd.io/flux/migration/
7171
7272
`)
7373

pkg/checkpoint/checkpoint.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212

1313
func CheckForUpdates(product, version string, extra map[string]string, logger log.Logger) *checker {
1414
handleResponse := func() {
15-
logger.Log("msg", "Flux v1 is deprecated, please upgrade to v2", "latest", "v2", "URL", "https://fluxcd.io/docs/migration/")
15+
logger.Log("msg", "Flux v1 is deprecated, please upgrade to v2", "latest", "v2", "URL", "https://fluxcd.io/flux/migration/")
1616
}
1717

1818
flags := map[string]string{

0 commit comments

Comments
 (0)