docs link

This commit is contained in:
Jan Prochazka
2022-02-28 19:31:22 +01:00
parent 92d34d1ddd
commit 4c243f996b
2 changed files with 2 additions and 2 deletions

View File

@@ -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({