diff --git a/common/index.ts b/common/index.ts index 82e5881f4..a3e81fcdc 100644 --- a/common/index.ts +++ b/common/index.ts @@ -22,7 +22,7 @@ export const SELECTED_BACKEND = 'DEFAULT'; // ZEPPELIN || DEFAULT export const DATE_FORMAT = 'MM/DD/YYYY hh:mm A'; export const FETCH_SIZE = 1000; export const CREATE_NOTE_MESSAGE = 'Enter a name to describe the purpose of this notebook.'; -export const DOCUMENTATION_URL = 'https://opendistro.github.io/for-elasticsearch-docs/docs/kibana/notebooks/'; +export const DOCUMENTATION_URL = 'https://opendistro.github.io/for-elasticsearch-docs/docs/notebooks/'; export const zeppelinURL = 'http://localhost:8080'; diff --git a/public/plugin.ts b/public/plugin.ts index 5b6a916e2..19099d2fc 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -32,7 +32,6 @@ export class KibanaNotebooksPlugin category: { id: 'odfe', label: 'Open Distro for Elasticsearch', - euiIconType: 'logoKibana', order: 2000, }, order: 3000,