Fix the URL to devfile doc (#15774)

Signed-off-by: svor <vsvydenk@redhat.com>
7.20.x
Valeriy Svydenko 2020-01-22 16:57:20 +02:00 committed by GitHub
parent a5f510162c
commit 3ccf91192b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';