Skip to content

Commit

Permalink
Rename repo in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuali925 committed Apr 9, 2021
1 parent f906dca commit a6dde16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 [email protected]:opensearch-project/opensearch-dashboards-visualizations.git plugins --no-checkout
git clone [email protected]: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:

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a6dde16

Please sign in to comment.