From 3ccf91192bbea0c11cb0b7d7080b608ffb93d2c0 Mon Sep 17 00:00:00 2001 From: Valeriy Svydenko Date: Wed, 22 Jan 2020 16:57:20 +0200 Subject: [PATCH] Fix the URL to devfile doc (#15774) Signed-off-by: svor --- dashboard/src/components/branding/che-branding.factory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';