From 2766fabbb7a19e994f9e266d28477f6a55fa0357 Mon Sep 17 00:00:00 2001 From: Jonah Kowall Date: Tue, 13 Apr 2021 13:28:59 -0400 Subject: [PATCH 1/2] Fix readme URL Fix readme with proper instructions to clone the repo for OpenSearch-Dashboards --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f868db837d23..e3dd0bea2cde 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Here are the principles we use to guide our development. From [opensearch.org]( ## Getting Started To run OpenSearch Dashboards locally, you first need build artifacts from OpenSearch. -* Clone the OpenSearch repo with ```git clone git@github.com:opensearch-project/OpenSearch.git``` +* Clone the OpenSearch repo with ```git clone http://github.com/opensearch-project/OpenSearch-Dashboards.git``` * Follow installation and setup instructions in the OpenSearch repo * Run ```./gradlew assemble``` to generate build artifacts for all platforms * Run ```./gradlew run -Drun.distribution=oss``` to run the oss build @@ -69,4 +69,4 @@ As we've been working, we've come up with a bunch of questions that we wanted to ### Questions? Feedback? -Let us know in the [forums](https://discuss.opendistrocommunity.dev/). w00t!!! \ No newline at end of file +Let us know in the [forums](https://discuss.opendistrocommunity.dev/). w00t!!! From 4ff1201baf4026b183ca4b66493bf48ee62a336e Mon Sep 17 00:00:00 2001 From: Jonah Kowall Date: Tue, 13 Apr 2021 15:22:30 -0400 Subject: [PATCH 2/2] Adding Sign off Signed-off-by: Jonah Kowall --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3dd0bea2cde..22bbcfcb4c9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenSearch Dashboards +# OpenSearch Dashboards Hello!