mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 06:06:00 +00:00
changed URLs
This commit is contained in:
@@ -830,14 +830,14 @@ registerCommand({
|
|||||||
id: 'app.openDocs',
|
id: 'app.openDocs',
|
||||||
category: 'Application',
|
category: 'Application',
|
||||||
name: 'Documentation',
|
name: 'Documentation',
|
||||||
onClick: () => openWebLink('https://dbgate.org/docs/'),
|
onClick: () => openWebLink('https://docs.dbgate.io/'),
|
||||||
});
|
});
|
||||||
|
|
||||||
registerCommand({
|
registerCommand({
|
||||||
id: 'app.openWeb',
|
id: 'app.openWeb',
|
||||||
category: 'Application',
|
category: 'Application',
|
||||||
name: 'DbGate web',
|
name: 'DbGate web',
|
||||||
onClick: () => openWebLink('https://dbgate.org'),
|
onClick: () => openWebLink('https://dbgate.io/'),
|
||||||
});
|
});
|
||||||
|
|
||||||
registerCommand({
|
registerCommand({
|
||||||
|
|||||||
Reference in New Issue
Block a user