diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index c2c80ee..e1663e4 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -34,7 +34,7 @@ jobs: repository: opendistro-for-elasticsearch/kibana-oss ref: 7.10.2 token: ${{secrets.OD_ACCESS}} - path: opensearch-dashboards-visualizations/OpenSearch-Dashboards + path: dashboards-visualizations/OpenSearch-Dashboards - name: Setup Node uses: actions/setup-node@v1 diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 1712929..0d78a3f 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -21,7 +21,7 @@ jobs: with: repository: elastic/kibana ref: v7.10.2 - path: opensearch-dashboards-visualizations/OpenSearch-Dashboards + path: dashboards-visualizations/OpenSearch-Dashboards - name: Setup Node uses: actions/setup-node@v1 with: diff --git a/README.md b/README.md index fd89538..f9905fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The OpenSearch Dashboards Visualizations enables you to use additional types of ## Documentation -Please see our technical [documentation](https://opendistro.github.io/for-elasticsearch-docs/) to learn more about its features. +Please see our technical [documentation](https://opendistro.github.io/for-elasticsearch-docs/docs/kibana/gantt/) to learn more about its features. ## Setup @@ -18,13 +18,13 @@ Please see our technical [documentation](https://opendistro.github.io/for-elasti 1. Check out this package from version control into the `plugins` directory. ``` rm plugins -r -git clone git@github.com:opensearch-project/opensearch-dashboards-visualizations.git plugins --no-checkout +git clone git@github.com:opensearch-project/dashboards-visualizations.git plugins --no-checkout cd plugins echo 'gantt-chart/*' >> .git/info/sparse-checkout git config core.sparseCheckout true git checkout main ``` -6. Run `yarn osd bootstrap` inside `OpenSearch Dashboards` directory. +6. Run `yarn osd bootstrap` inside `OpenSearch-Dashboards` directory. Ultimately, your directory structure should look like this: @@ -60,7 +60,7 @@ We welcome you to get involved in development, documentation, testing the visual ## Bugs, Enhancements or Questions -Please file an issue to report any bugs you may find, enhancements you may need or questions you may have [here](https://github.com/opensearch-project/opensearch-dashboards-visualizations/issues). +Please file an issue to report any bugs you may find, enhancements you may need or questions you may have [here](https://github.com/opensearch-project/dashboards-visualizations/issues). ## License