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",