Skip to content

Commit 7812423

Browse files
committed
docs: fix docs URLs to use docs.tablepro.app subdomain
1 parent 551fe57 commit 7812423

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ scripts/ Build and release scripts
8787

8888
Drivers are `.tableplugin` bundles loaded at runtime. Create a new bundle under `Plugins/`, implement `DriverPlugin` + `PluginDatabaseDriver` from `TableProPluginKit`, and add the target to the Xcode project.
8989

90-
Full guide: [docs/development/plugin-registry](https://tablepro.app/development/plugin-registry)
90+
Full guide: [docs/development/plugin-registry](https://docs.tablepro.app/development/plugin-registry)
9191

9292
## Reporting Bugs
9393

docs/development/plugin-registry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A complete entry for the Oracle driver plugin:
5555
"version": "1.0.0",
5656
"summary": "Oracle Database 12c+ driver via OracleNIO",
5757
"author": { "name": "TablePro", "url": "https://tablepro.app" },
58-
"homepage": "https://tablepro.app/databases/oracle",
58+
"homepage": "https://docs.tablepro.app/databases/oracle",
5959
"category": "database-driver",
6060
"databaseTypeIds": ["Oracle"],
6161
"binaries": [

0 commit comments

Comments
 (0)