From 2ea0f7cbcc2fa0baebf65e2c5da680e3feb88943 Mon Sep 17 00:00:00 2001 From: Oleksii Kurinnyi Date: Thu, 21 Nov 2019 15:29:50 +0200 Subject: [PATCH] Updated few links in order to point to che-7 docs (#15236) Signed-off-by: Oleksii Kurinnyi --- dashboard/src/assets/branding/product.json | 4 ++-- dashboard/src/components/branding/che-branding.factory.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dashboard/src/assets/branding/product.json b/dashboard/src/assets/branding/product.json index 8bddddc035..a65158e886 100644 --- a/dashboard/src/assets/branding/product.json +++ b/dashboard/src/assets/branding/product.json @@ -20,10 +20,10 @@ }, "docs" : { "devfile" : "/docs/che-7/using-developer-environments-workspaces.html#making-a-workspace-portable-using-a-devfile_using-developer-environments-workspaces", - "workspace" : "/docs/what-are-workspaces.html", + "workspace" : "/docs/che-7/workspaces-overview/", "factory" : "/docs/factories-getting-started.html", "organization": "/docs/organizations.html", "converting": "/docs/che-7/converting-a-che-6-workspace-to-a-che-7-devfile/", - "general": "/docs" + "general": "/docs/che-7" } } diff --git a/dashboard/src/components/branding/che-branding.factory.ts b/dashboard/src/components/branding/che-branding.factory.ts index 344c8043a4..2ee1116d54 100644 --- a/dashboard/src/components/branding/che-branding.factory.ts +++ b/dashboard/src/components/branding/che-branding.factory.ts @@ -59,10 +59,10 @@ 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_WORKSPACE = '/docs/getting-started/intro/index.html'; +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'; -const DEFAULT_DOCS_GENERAL = '/docs'; +const DEFAULT_DOCS_GENERAL = '/docs/che-7'; const DEFAULT_DOCS_CONVERTING = '/docs/che-7/converting-a-che-6-workspace-to-a-che-7-devfile/'; const DEFAULT_WORKSPACE_PRIORITY_STACKS = ['Java', 'Java-MySQL', 'Blank']; const DEFAULT_WORKSPACE_DEFAULT_STACK = 'java-mysql';