From 00dd8bfc725ed1d171c98cd3ab5f096a43a12827 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Sat, 28 Dec 2024 11:30:18 +0100 Subject: [PATCH] fixed links to dbgate.org --- README.md | 4 ++-- packages/serve/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f64cbf1c..d98a134f6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ DbGate is licensed under GPL-3.0 license and is free to use for any purpose. * Try it online - [demo.dbgate.org](https://demo.dbgate.org) - online demo application * **Download** application for Windows, Linux or Mac from [dbgate.org](https://dbgate.org/download/) * Run web version as [NPM package](https://www.npmjs.com/package/dbgate-serve) or as [docker image](https://hub.docker.com/r/dbgate/dbgate) -* Use nodeJs [scripting interface](https://dbgate.org/docs/scripting.html) ([API documentation](https://dbgate.org/docs/apidoc.html)) +* Use nodeJs [scripting interface](https://dbgate.org/docs/scripting) ([API documentation](https://dbgate.org/docs/apidoc)) * [Recommend DbGate](https://testimonial.to/dbgate) | [Rate on G2](https://www.g2.com/products/dbgate/reviews) ## Supported databases @@ -87,7 +87,7 @@ Any contributions are welcome. If you want to contribute without coding, conside * 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 * Create some tutorial video on [youtube](https://www.youtube.com/playlist?list=PLCo7KjCVXhr0RfUSjM9wJMsp_ShL1q61A) * Become a backer on [GitHub sponsors](https://github.com/sponsors/dbgate) or [Open collective](https://opencollective.com/dbgate) -* 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 +* Where a small coding is acceptable for you, you could [create plugin](https://dbgate.org/docs/plugin-development). Plugins for new themes can be created actually without JS coding Thank you! diff --git a/packages/serve/README.md b/packages/serve/README.md index b6f1a65ca..ad74c9a26 100644 --- a/packages/serve/README.md +++ b/packages/serve/README.md @@ -41,7 +41,7 @@ STORAGE_DATABASE=dbname STORAGE_ENGINE=mysql@dbgate-plugin-mysql ``` -You could find more about environment variable configuration on [DbGate docs](https://dbgate.org/docs/env-variables.html) page. +You could find more about environment variable configuration on [DbGate docs](https://dbgate.org/docs/env-variables/) page. After installing, you can run dbgate with command: ```sh