From 2d5e68c7acae91f0edfcf3734b8db2b10b32e257 Mon Sep 17 00:00:00 2001 From: Kawika Avilla <kavilla414@gmail.com> 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 <kavilla414@gmail.com> --- 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/