mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
changed URLs
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user