From b196b8627845c22a24219a5cb2e28803ff3b38c0 Mon Sep 17 00:00:00 2001 From: Kawika Avilla Date: Fri, 7 Jan 2022 09:25:17 -0800 Subject: [PATCH] [1.x][Docs] remove invalid reference in CONVENTIONS.md Removed missed reference in CONVENTIONS.md. Issue related: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1109 Backport PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1110 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/