From 75f011c6b0e1e43dafb5adf79738c26449af9dd8 Mon Sep 17 00:00:00 2001 From: Anan <79961084+ananzh@users.noreply.github.com> Date: Sun, 11 Jul 2021 12:39:31 -0700 Subject: [PATCH] [1.0][Bug] Fix links in opensearch-eslint-config-opensearch-dashboards (#626) Both package.json and README.md in /packages/opensearch-eslint-config-opensearch-dashboards have some broken links or old concepts. This PR fixes these two files. Partically Resolved: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/592 Backport PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/605 Signed-off-by: Anan Zhuang --- .../README.md | 4 ++-- .../package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/opensearch-eslint-config-opensearch-dashboards/README.md b/packages/opensearch-eslint-config-opensearch-dashboards/README.md index 2049440cd8f..4fb3f13c8f2 100644 --- a/packages/opensearch-eslint-config-opensearch-dashboards/README.md +++ b/packages/opensearch-eslint-config-opensearch-dashboards/README.md @@ -1,6 +1,6 @@ -# elastic-eslint-config-kibana +# opensearch-eslint-config-opensearch-dashboards -The eslint config used by the kibana team +The eslint config used by the opensearch dashboards team ## Usage diff --git a/packages/opensearch-eslint-config-opensearch-dashboards/package.json b/packages/opensearch-eslint-config-opensearch-dashboards/package.json index b212db408d2..415d2fb640d 100644 --- a/packages/opensearch-eslint-config-opensearch-dashboards/package.json +++ b/packages/opensearch-eslint-config-opensearch-dashboards/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/eslint-config-kibana", "version": "0.15.0", - "description": "The eslint config used by the kibana team", + "description": "The eslint config used by the opensearch dashboards team", "main": ".eslintrc.js", "repository": { "type": "git", @@ -14,9 +14,9 @@ "author": "Spencer Alger ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/opensearch-project/OpenSearch-Dashboards/tree/master/packages/elastic-eslint-config-kibana" + "url": "https://github.com/opensearch-project/OpenSearch-Dashboards/issues" }, - "homepage": "https://github.com/opensearch-project/OpenSearch-Dashboards/tree/master/packages/elastic-eslint-config-kibana", + "homepage": "https://github.com/opensearch-project/OpenSearch-Dashboards/tree/main/packages/opensearch-eslint-config-opensearch-dashboards", "peerDependencies": { "@typescript-eslint/eslint-plugin": "^3.10.0", "@typescript-eslint/parser": "^3.10.0",