changed URLs

This commit is contained in:
Jan Prochazka
2025-03-24 10:30:14 +01:00
parent fd2207e39e
commit 611c468b70

View File

@@ -830,14 +830,14 @@ registerCommand({
id: 'app.openDocs',
category: 'Application',
name: 'Documentation',
onClick: () => openWebLink('https://dbgate.org/docs/'),
onClick: () => openWebLink('https://docs.dbgate.io/'),
});
registerCommand({
id: 'app.openWeb',
category: 'Application',
name: 'DbGate web',
onClick: () => openWebLink('https://dbgate.org'),
onClick: () => openWebLink('https://dbgate.io/'),
});
registerCommand({