From e4abba59db82963392b6cb72d8f8d0257665b5f0 Mon Sep 17 00:00:00 2001 From: Amardeepsingh Siglani Date: Wed, 23 Nov 2022 13:19:27 -0800 Subject: [PATCH] updated link to dashboards developer guide (#349) Signed-off-by: Amardeepsingh Siglani Signed-off-by: Amardeepsingh Siglani --- DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 58851e793..178fd6f80 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -24,7 +24,7 @@ You will need to install [node.js](https://nodejs.org/en/), [nvm](https://github 1. Download and install the appropriate [OpenSearch Alerting plugin](https://github.com/opensearch-project/alerting). 1. Download the OpenSearch-Dashboards source code for the [version specified in package.json](./package.json#L9) you want to set up. - See the [OpenSearch Dashboards developer guide](https://github.com/opensearch-project/OpenSearch/blob/main/DEVELOPER_GUIDE.md) for more instructions on setting up your development environment. + See the [OpenSearch Dashboards developer guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/DEVELOPER_GUIDE.md) for more instructions on setting up your development environment. 1. Change your node version to the version specified in `.node-version` inside the OpenSearch-Dashboards root directory. 1. cd into the `plugins` directory of the OpenSearch-Dashboards source code directory.