Skip to content

Commit ff632f0

Browse files
committed
fix: correct domain from tablepro.dev to tablepro.app
1 parent fe197bf commit ff632f0

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-plugin.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
DB_TYPE_IDS='["Oracle"]'
3434
ICON="server.rack"
3535
BUNDLE_NAME="OracleDriver"
36-
HOMEPAGE="https://tablepro.dev/databases/oracle"
36+
HOMEPAGE="https://tablepro.app/databases/oracle"
3737
;;
3838
clickhouse)
3939
TARGET="ClickHouseDriver"
@@ -43,7 +43,7 @@ jobs:
4343
DB_TYPE_IDS='["ClickHouse"]'
4444
ICON="chart.bar.xaxis"
4545
BUNDLE_NAME="ClickHouseDriver"
46-
HOMEPAGE="https://tablepro.dev/databases/clickhouse"
46+
HOMEPAGE="https://tablepro.app/databases/clickhouse"
4747
;;
4848
*) echo "Unknown plugin: $PLUGIN_NAME"; exit 1 ;;
4949
esac
@@ -173,7 +173,7 @@ jobs:
173173
"name": name,
174174
"version": version,
175175
"summary": summary,
176-
"author": {"name": "TablePro", "url": "https://tablepro.dev"},
176+
"author": {"name": "TablePro", "url": "https://tablepro.app"},
177177
"homepage": homepage,
178178
"category": "database-driver",
179179
"databaseTypeIds": db_type_ids,

docs/development/plugin-registry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ These two database drivers ship as downloadable plugins instead of being bundled
5151
"summary": "Oracle Database 12c+ driver via OracleNIO",
5252
"author": {
5353
"name": "TablePro",
54-
"url": "https://tablepro.dev"
54+
"url": "https://tablepro.app"
5555
},
56-
"homepage": "https://tablepro.dev/databases/oracle",
56+
"homepage": "https://tablepro.app/databases/oracle",
5757
"category": "database-driver",
5858
"databaseTypeIds": ["Oracle"],
5959
"downloadURL": "https://github.com/datlechin/TablePro/releases/download/plugin-oracle-v1.0.0/OracleDriver-arm64.zip",
@@ -73,9 +73,9 @@ These two database drivers ship as downloadable plugins instead of being bundled
7373
"summary": "ClickHouse OLAP database driver via HTTP interface",
7474
"author": {
7575
"name": "TablePro",
76-
"url": "https://tablepro.dev"
76+
"url": "https://tablepro.app"
7777
},
78-
"homepage": "https://tablepro.dev/databases/clickhouse",
78+
"homepage": "https://tablepro.app/databases/clickhouse",
7979
"category": "database-driver",
8080
"databaseTypeIds": ["ClickHouse"],
8181
"downloadURL": "https://github.com/datlechin/TablePro/releases/download/plugin-clickhouse-v1.0.0/ClickHouseDriver-arm64.zip",

docs/vi/development/plugin-registry.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Hai database driver này được phân phối dưới dạng plugin tải về
5151
"summary": "Oracle Database 12c+ driver via OracleNIO",
5252
"author": {
5353
"name": "TablePro",
54-
"url": "https://tablepro.dev"
54+
"url": "https://tablepro.app"
5555
},
56-
"homepage": "https://tablepro.dev/databases/oracle",
56+
"homepage": "https://tablepro.app/databases/oracle",
5757
"category": "database-driver",
5858
"databaseTypeIds": ["Oracle"],
5959
"downloadURL": "https://github.com/datlechin/TablePro/releases/download/plugin-oracle-v1.0.0/OracleDriver-arm64.zip",
@@ -73,9 +73,9 @@ Hai database driver này được phân phối dưới dạng plugin tải về
7373
"summary": "ClickHouse OLAP database driver via HTTP interface",
7474
"author": {
7575
"name": "TablePro",
76-
"url": "https://tablepro.dev"
76+
"url": "https://tablepro.app"
7777
},
78-
"homepage": "https://tablepro.dev/databases/clickhouse",
78+
"homepage": "https://tablepro.app/databases/clickhouse",
7979
"category": "database-driver",
8080
"databaseTypeIds": ["ClickHouse"],
8181
"downloadURL": "https://github.com/datlechin/TablePro/releases/download/plugin-clickhouse-v1.0.0/ClickHouseDriver-arm64.zip",

0 commit comments

Comments
 (0)