You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Check user name for private tenant access control
* fix broken link
* remove broken link
---------
(cherry picked from commit de18327)
Signed-off-by: Sean Kao <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: DEVELOPER_GUIDE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ By default, tests use the same runtime as `JAVA_HOME`.
14
14
15
15
### Setup
16
16
17
-
1. Download OpenSearch for the version that matches the [OpenSearch Dashboards version specified in opensearch_dashboards.json](./dashboards-observability/opensearch_dashboards.json#L4) from [opensearch.org](https://opensearch.org/downloads.html).
18
-
1. Download the OpenSearch Dashboards source code for the [version specified in opensearch_dashboards.json](./dashboards-observability/opensearch_dashboards.json#L4) you want to set up.
17
+
1. Download OpenSearch for the version that matches the OpenSearch Dashboards version specified in `opensearch_dashboards.json` from [opensearch.org](https://opensearch.org/downloads.html).
18
+
1. Download the OpenSearch Dashboards source code for the version specified in `opensearch_dashboards.json` you want to set up.
19
19
1. Change your node version to the version specified in `.node-version` inside the OpenSearch Dashboards root directory.
20
20
1. cd into `OpenSearch-Dashboards` and remove the `plugins` directory.
21
21
1. Check out this package from version control as the `plugins` directory.
0 commit comments