From e243ecd96acd4cee0cf25ee1c1fef19cc82c1643 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 11 Feb 2021 10:11:34 +0100 Subject: [PATCH] fixed repo links --- packages/api/README.md | 2 +- packages/api/package.json | 2 +- packages/dbgate/README.md | 2 +- packages/dbgate/package.json | 2 +- packages/sqltree/README.md | 2 +- packages/sqltree/package.json | 2 +- packages/tools/package.json | 2 +- packages/types/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/api/README.md b/packages/api/README.md index e0781d3ca..dc57a1e33 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -32,7 +32,7 @@ dbgateApi.runScript(run); ``` -Silly example, runs without any dependencies. Copy [fakeObjectReader](https://github.com/dbshell/dbgate/blob/master/packages/api/src/shell/fakeObjectReader.js) to [consoleObjectWriter](https://github.com/dbshell/dbgate/blob/master/packages/api/src/shell/consoleObjectWriter.js) . +Silly example, runs without any dependencies. Copy [fakeObjectReader](https://github.com/dbgate/dbgate/blob/master/packages/api/src/shell/fakeObjectReader.js) to [consoleObjectWriter](https://github.com/dbgate/dbgate/blob/master/packages/api/src/shell/consoleObjectWriter.js) . ```javascript diff --git a/packages/api/package.json b/packages/api/package.json index 587d30405..b86efe77f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -5,7 +5,7 @@ "homepage": "https://dbgate.org/", "repository": { "type": "git", - "url": "https://github.com/dbshell/dbgate.git" + "url": "https://github.com/dbgate/dbgate.git" }, "funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur", "author": "Jan Prochazka", diff --git a/packages/dbgate/README.md b/packages/dbgate/README.md index df5c3e5c1..b255592bb 100644 --- a/packages/dbgate/README.md +++ b/packages/dbgate/README.md @@ -25,4 +25,4 @@ You can use some functionality of dbgate from your JavaScript code. See [dbgate- ## Screenshot -![Screenshot](https://raw.githubusercontent.com/dbshell/dbgate/master/screenshot.png) +![Screenshot](https://raw.githubusercontent.com/dbgate/dbgate/master/screenshot.png) diff --git a/packages/dbgate/package.json b/packages/dbgate/package.json index d0da3e41b..2619a9dcc 100644 --- a/packages/dbgate/package.json +++ b/packages/dbgate/package.json @@ -4,7 +4,7 @@ "homepage": "https://dbgate.org/", "repository": { "type": "git", - "url": "https://github.com/dbshell/dbgate.git" + "url": "https://github.com/dbgate/dbgate.git" }, "funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur", "description": "Opensource database administration tool - web interface", diff --git a/packages/sqltree/README.md b/packages/sqltree/README.md index 4f7a36a85..187c8cdc6 100644 --- a/packages/sqltree/README.md +++ b/packages/sqltree/README.md @@ -37,7 +37,7 @@ console.log("Generated query:", sql); ``` -See [TypeScript definitions](https://github.com/dbshell/dbgate/blob/master/packages/sqltree/src/types.ts) for complete list of available SQL command options. +See [TypeScript definitions](https://github.com/dbgate/dbgate/blob/master/packages/sqltree/src/types.ts) for complete list of available SQL command options. ## Installation diff --git a/packages/sqltree/package.json b/packages/sqltree/package.json index f9fb56bdc..7578edcae 100644 --- a/packages/sqltree/package.json +++ b/packages/sqltree/package.json @@ -6,7 +6,7 @@ "homepage": "https://dbgate.org/", "repository": { "type": "git", - "url": "https://github.com/dbshell/dbgate.git" + "url": "https://github.com/dbgate/dbgate.git" }, "funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur", "author": "Jan Prochazka", diff --git a/packages/tools/package.json b/packages/tools/package.json index ad43cc273..10e8816a4 100644 --- a/packages/tools/package.json +++ b/packages/tools/package.json @@ -6,7 +6,7 @@ "homepage": "https://dbgate.org/", "repository": { "type": "git", - "url": "https://github.com/dbshell/dbgate.git" + "url": "https://github.com/dbgate/dbgate.git" }, "funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur", "author": "Jan Prochazka", diff --git a/packages/types/package.json b/packages/types/package.json index 30b3fc7a3..f57ece96f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -4,7 +4,7 @@ "homepage": "https://dbgate.org/", "repository": { "type": "git", - "url": "https://github.com/dbshell/dbgate.git" + "url": "https://github.com/dbgate/dbgate.git" }, "funding": "https://www.paypal.com/paypalme/JanProchazkaCz/30eur", "author": "Jan Prochazka",