diff --git a/core/src/constants.ts b/core/src/constants.ts index 9b38244023..bd0bf6f066 100644 --- a/core/src/constants.ts +++ b/core/src/constants.ts @@ -50,7 +50,7 @@ export const SEGMENT_PROD_API_KEY = "b6ovUD9A0YjQqT3ZWetWUbuZ9OmGxKMa" // ggigno export const DOCS_BASE_URL = "https://docs.garden.io" export const VERSION_CHECK_URL = "https://get.garden.io/version" -export const DEFAULT_GARDEN_CLOUD_DOMAIN = "https://app.garden" +export const DEFAULT_GARDEN_CLOUD_DOMAIN = "https://app.garden.io" /** * Environment variables, with defaults where appropriate. diff --git a/docs/reference/commands.md b/docs/reference/commands.md index 14bc4a166d..a4cd79d5b5 100644 --- a/docs/reference/commands.md +++ b/docs/reference/commands.md @@ -3399,7 +3399,7 @@ Examples: **[DEPRECATED] Starts the Garden dashboard for the current project and environment.** -Deprecation Warning: The Garden Dashboard will be deprecated in the next major Garden release (0.13). As an alternative you can try out a beta version of Garden Cloud Dashboard at https://app.garden. +Deprecation Warning: The Garden Dashboard will be deprecated in the next major Garden release (0.13). As an alternative you can try out a beta version of Garden Cloud Dashboard at https://app.garden.io. -------------