From 4c243f996b8b04a3ce66ec648f5d659a34e1594d Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Mon, 28 Feb 2022 19:31:22 +0100 Subject: [PATCH] docs link --- README.md | 2 +- packages/web/src/commands/stdCommands.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b626d5b6f..8b99a9f10 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Any contributions are welcome. If you want to contribute without coding, conside * Write review on [Slant.co](https://www.slant.co/improve/options/41086/~dbgate-review) or [G2](https://www.g2.com/products/dbgate/reviews) * Create issue, if you find problem in app, or you have idea to new feature. If issue already exists, you could leave comment on it, to prioritise most wanted issues. * Become a backer on [Open collective](https://opencollective.com/dbgate) -* Where a small coding is acceptable for you, you could [create plugin](https://github.com/dbgate/dbgate/wiki/Plugin-development). Plugins for new themes can be created actually without JS coding. +* Where a small coding is acceptable for you, you could [create plugin](https://dbgate.org/docs/plugin-development.html). Plugins for new themes can be created actually without JS coding. Thank you! diff --git a/packages/web/src/commands/stdCommands.ts b/packages/web/src/commands/stdCommands.ts index b2d6eb69a..46f28583c 100644 --- a/packages/web/src/commands/stdCommands.ts +++ b/packages/web/src/commands/stdCommands.ts @@ -627,7 +627,7 @@ registerCommand({ id: 'app.openDocs', category: 'Application', name: 'Documentation', - onClick: () => openWebLink('https://github.com/dbgate/dbgate/wiki'), + onClick: () => openWebLink('https://dbgate.org/docs/'), }); registerCommand({