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

Commit

Permalink
update to new doc links structure
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Holbach <[email protected]>
  • Loading branch information
Daniel Holbach committed Aug 30, 2022
1 parent f1e3425 commit 3c5758e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
>
> Development has moved to [fluxcd/flux2](https://github.com/fluxcd/flux2) and its
> controllers entirely. If you consider using Flux, we **strongly recommend** you
> take a look at <https://fluxcd.io/docs/get-started> to get started, or if you are
> on Flux Legacy <https://fluxcd.io/docs/migration/> to migrate.
> take a look at <https://fluxcd.io/flux/get-started> to get started, or if you are
> on Flux Legacy <https://fluxcd.io/flux/migration/> to migrate.
>
> Many of the long-requested features for Flux have been integrated into the new
> version of Flux, you will find it much more versatile.
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and running:
**Flux v1 is deprecated, please upgrade to v2 as soon as possible!**

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

Existing users can upgrade using the Migration Guide:
https://fluxcd.io/docs/migration/
https://fluxcd.io/flux/migration/
4 changes: 2 additions & 2 deletions cmd/fluxctl/install_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ func (opts *installOpts) RunE(cmd *cobra.Command, args []string) error {
fmt.Fprintf(os.Stderr, `**Flux v1 is deprecated, please upgrade to v2 as soon as possible!**
New users of Flux can Get Started here:
https://fluxcd.io/docs/get-started/
https://fluxcd.io/flux/get-started/
Existing users can upgrade using the Migration Guide:
https://fluxcd.io/docs/migration/
https://fluxcd.io/flux/migration/
`)

Expand Down
2 changes: 1 addition & 1 deletion pkg/checkpoint/checkpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (

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

flags := map[string]string{
Expand Down

0 comments on commit 3c5758e

Please sign in to comment.