From 110ad38f18d3a3e94b0f0fa66f413509d595b60f Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Fri, 7 Jan 2022 05:49:04 +0000 Subject: [PATCH] [Docs] remove invalid reference in CONVENTIONS.md Removed missed reference in CONVENTIONS.md. Issue related: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1109 Signed-off-by: Kawika Avilla --- src/core/CONVENTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CONVENTIONS.md b/src/core/CONVENTIONS.md index a6102c0748de..5d24b54d9920 100644 --- a/src/core/CONVENTIONS.md +++ b/src/core/CONVENTIONS.md @@ -32,7 +32,7 @@ Definition of done for a feature: ## Technical Conventions ### Plugin Structure -All OpenSearch Dashboards plugins built at Elastic should follow the same structure. +All OpenSearch Dashboards plugins should follow the same structure. ``` my_plugin/