docs: cleanup references to apache-superset/superset-ui (#23796)

This commit is contained in:
Nicolas Charpentier
2023-04-25 11:18:27 -04:00
committed by GitHub
parent 7e4be7d1ea
commit 60c2e7013d
37 changed files with 124 additions and 91 deletions

View File

@@ -11,7 +11,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/apache-superset/superset-ui.git"
"url": "https://github.com/apache/superset.git",
"directory": "superset-frontend/plugins/plugin-chart-echarts"
},
"keywords": [
"superset"
@@ -19,9 +20,9 @@
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache-superset/superset-ui/issues"
"url": "https://github.com/apache/superset/issues"
},
"homepage": "https://github.com/apache-superset/superset-ui#readme",
"homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/plugin-chart-echarts#readme",
"publishConfig": {
"access": "public"
},