diff --git a/examples/bfetch_explorer/public/plugin.tsx b/examples/bfetch_explorer/public/plugin.tsx index 09c26bc889cc..86a58172d7a5 100644 --- a/examples/bfetch_explorer/public/plugin.tsx +++ b/examples/bfetch_explorer/public/plugin.tsx @@ -63,7 +63,8 @@ export class BfetchExplorerPlugin implements Plugin { links: [ { label: 'README', - href: 'https://github.com/elastic/kibana/blob/master/src/plugins/bfetch/README.md', + href: + 'https://github.com/opensearch-project/OpenSearch-Dashboards/blob/master/src/plugins/bfetch/README.md', iconType: 'logoGithub', size: 's', target: '_blank', diff --git a/package.json b/package.json index 8164dc15a5cb..244e3335ca3c 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,9 @@ "number": 8467, "sha": "6cb7fec4e154faa0a4a3fee4b33dfef91b9870d9" }, - "homepage": "https://www.elastic.co/products/kibana", + "homepage": "https://www.opensearch.co/products/kibana", "bugs": { - "url": "http://github.com/elastic/kibana/issues" + "url": "http://github.com/opensearch-project/OpenSearch-Dashboards/issues" }, "opensearchDashboards": { "clean": { diff --git a/packages/osd-plugin-generator/template/README.md.ejs b/packages/osd-plugin-generator/template/README.md.ejs index c102b6a2071f..ee1184e7e238 100755 --- a/packages/osd-plugin-generator/template/README.md.ejs +++ b/packages/osd-plugin-generator/template/README.md.ejs @@ -6,7 +6,7 @@ ## Development - See the [kibana contributing + See the [OpenSearch Dashboards contributing guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/master/CONTRIBUTING.md) for instructions setting up your development environment. diff --git a/packages/osd-storybook/README.md b/packages/osd-storybook/README.md index ae7562a239e9..e82fb918cd35 100644 --- a/packages/osd-storybook/README.md +++ b/packages/osd-storybook/README.md @@ -1,8 +1,8 @@ -# Kibana Storybook +# OpenSearch Dashboards Storybook -This package provides ability to add [Storybook](https://storybook.js.org/) to any Kibana plugin. +This package provides ability to add [Storybook](https://storybook.js.org/) to any OpenSearch Dashboards plugin. -- [Kibana Storybook](#opensearch-dashboards-storybook) +- [OpenSearch Dashboards Storybook](#opensearch-dashboards-storybook) - [Setup Instructions](#setup-instructions) - [Customizing configuration](#customizing-configuration) diff --git a/packages/osd-storybook/lib/templates/index.ejs b/packages/osd-storybook/lib/templates/index.ejs index 1089deb5a282..c6a761ce0e1b 100644 --- a/packages/osd-storybook/lib/templates/index.ejs +++ b/packages/osd-storybook/lib/templates/index.ejs @@ -4,56 +4,67 @@ We use this one instead because we want to add the @osd/ui-shared-deps tags here. --> -
- -