diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index fc31cb3..d13b618 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -4,8 +4,8 @@ So you want to contribute code to this project? Excellent! We're glad you're her ### Setup -1. Download OpenSearch for the version that matches the [OpenSearch Dashboards version specified in package.json](gantt-chart/package.json#L5). -1. Download the OpenSearch Dashboards source code for the [version specified in package.json](gantt-chart/package.json#L5) you want to set up. +1. Download OpenSearch for the version that matches the [OpenSearch Dashboards version specified in package.json](package.json#L3). +1. Download the OpenSearch Dashboards source code for the [version specified in package.json](package.json#L3) you want to set up. 1. Change your node version to the version specified in `.node-version` inside the OpenSearch Dashboards root directory. 1. cd into the OpenSearch Dashboards source code directory.