diff --git a/dashboard/src/components/branding/che-branding.factory.ts b/dashboard/src/components/branding/che-branding.factory.ts index 2ee1116d54..2c821deda9 100644 --- a/dashboard/src/components/branding/che-branding.factory.ts +++ b/dashboard/src/components/branding/che-branding.factory.ts @@ -58,7 +58,7 @@ const DEFAULT_PRODUCT_LOGO_TEXT = 'che-logo-text.svg'; const DEFAULT_OAUTH_DOCS = 'Configure OAuth in the che.properties file.'; const DEFAULT_CLI_NAME = 'che.env'; const DEFAULT_CLI_CONFIG_NAME = 'CHE'; -const DEFAULT_DOCS_DEVFILE = '/docs/che-7/using-developer-environments-workspaces.html#making-a-workspace-portable-using-a-devfile_using-developer-environments-workspaces'; +const DEFAULT_DOCS_DEVFILE = '/docs/che-7/making-a-workspace-portable-using-a-devfile/'; const DEFAULT_DOCS_WORKSPACE = '/docs/che-7/workspaces-overview/'; const DEFAULT_DOCS_ORGANIZATION = '/docs/organizations.html'; const DEFAULT_DOCS_FACTORY = '/docs/factories-getting-started.html';