From 29c18f205ddd2174a7d11bff992fc8aab4d977f5 Mon Sep 17 00:00:00 2001 From: Anan Zhuang Date: Thu, 8 Jul 2021 21:29:38 +0000 Subject: [PATCH] [Bug] Fix broken links in opensearch-eslint-config-opensearch-dashboards /packages/opensearch-eslint-config-opensearch-dashboards/package.json has broken homepage and bug report links. This PR fixes these two links. Partically Resolved: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/592 Signed-off-by: Anan Zhuang --- .../package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/opensearch-eslint-config-opensearch-dashboards/package.json b/packages/opensearch-eslint-config-opensearch-dashboards/package.json index b212db408d24..64fd1e2bb64f 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/tree/main/packages/opensearch-eslint-config-opensearch-dashboards" }, - "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",