Skip to content

Commit

Permalink
chore: update cloud dashboard domain (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhq authored May 13, 2023
1 parent 3ea912d commit 0d98881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

-------------

Expand Down

0 comments on commit 0d98881

Please sign in to comment.