diff --git a/README.md b/README.md index 85c1058d84..74244a03c2 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ cnquery shell aws > aws.ec2.instances{*} ``` -[:books: To learn more, read the cnquery docs.](https://mondoo.com/docs/cnquery/home) +[:books: To learn more, read the cnquery docs.](https://mondoo.com/docs/cnquery/home/) ## Installation @@ -196,7 +196,7 @@ There are so many things cnquery can do! Gather information about your infrastru Explore: -- [cnquery docs](https://mondoo.com/docs/cnquery/home) +- [cnquery docs](https://mondoo.com/docs/cnquery/home/) - [Query packs](https://github.com/mondoohq/cnquery-packs) - [MQL introduction](https://mondoohq.github.io/mql-intro/index.html) - [MQL language reference](https://mondoo.com/docs/mql/resources/) diff --git a/apps/cnquery/cmd/status.go b/apps/cnquery/cmd/status.go index bc8da103e8..2027fb9ba2 100644 --- a/apps/cnquery/cmd/status.go +++ b/apps/cnquery/cmd/status.go @@ -217,7 +217,7 @@ func (s Status) RenderCliStatus() { log.Info().Msg(theme.DefaultTheme.Success("client authenticated successfully")) } else if s.Client.PingPongError == nil { log.Error().Err(s.Client.PingPongError). - Msgf("The Mondoo Platform credentials provided at %s didn't successfully authenticate with Mondoo Platform. Please re-authenticate with Mondoo Platform. To learn how, read https://mondoo.com/docs/cnspec/cnspec-adv-install/registration.", + Msgf("The Mondoo Platform credentials provided at %s didn't successfully authenticate with Mondoo Platform. Please re-authenticate with Mondoo Platform. To learn how, read https://mondoo.com/docs/cnspec/cnspec-adv-install/registration/.", viper.ConfigFileUsed()) } diff --git a/explorer/scan/local_scanner.go b/explorer/scan/local_scanner.go index cc998ce0fc..dc6c58e3d8 100644 --- a/explorer/scan/local_scanner.go +++ b/explorer/scan/local_scanner.go @@ -102,7 +102,7 @@ func (s *LocalScanner) Run(ctx context.Context, job *Job) (*explorer.ReportColle "The Mondoo Platform credentials provided at "+viper.ConfigFileUsed()+ " didn't successfully authenticate with Mondoo Platform. "+ "Please re-authenticate with Mondoo Platform. "+ - "To learn how, read https://mondoo.com/docs/cnspec/cnspec-adv-install/registration.") + "To learn how, read https://mondoo.com/docs/cnspec/cnspec-adv-install/registration/.") } return nil, err }