mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 11:06:55 +00:00
fix: update more docs links
This commit is contained in:
@@ -267,7 +267,7 @@ onKeyStroke('ArrowDown', onDown)
|
||||
<div class="text-sm font-normal text-gray-600">
|
||||
<div>
|
||||
{{ $t('msg.manageConnections') }}
|
||||
<a target="_blank" href="https://docs.nocodb.com/integrations/actions-on-connection" rel="noopener noreferrer">
|
||||
<a target="_blank" href="https://nocodb.com/docs/product-docs/integrations/actions-on-connection" rel="noopener noreferrer">
|
||||
{{ $t('msg.learnMore') }}
|
||||
</a>
|
||||
</div>
|
||||
@@ -746,7 +746,7 @@ onKeyStroke('ArrowDown', onDown)
|
||||
{{ successConfirmModal.description }}
|
||||
</div>
|
||||
|
||||
<a target="_blank" href="https://docs.nocodb.com/data-sources/connect-to-data-source/" rel="noopener noreferrer">
|
||||
<a target="_blank" href="https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source" rel="noopener noreferrer">
|
||||
Learn more
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -293,7 +293,7 @@ watch(activeViewTab, (value) => {
|
||||
<div class="text-sm font-normal text-gray-600 mb-2">
|
||||
<div>
|
||||
{{ $t('msg.connectIntegrations') }}
|
||||
<a href="https://docs.nocodb.com/category/integrations" target="_blank" rel="noopener noreferrer">{{
|
||||
<a href="https://nocodb.com/docs/product-docs/integrations" target="_blank" rel="noopener noreferrer">{{
|
||||
$t('msg.learnMore')
|
||||
}}</a>
|
||||
</div>
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
const supportedDocs = [
|
||||
{
|
||||
title: 'Integrations',
|
||||
href: 'https://docs.nocodb.com/category/integrations',
|
||||
href: 'https://nocodb.com/docs/product-docs/integrations',
|
||||
},
|
||||
{
|
||||
title: 'Create new connection',
|
||||
href: 'https://docs.nocodb.com/integrations/create-connection',
|
||||
href: 'https://nocodb.com/docs/product-docs/integrations/create-connection',
|
||||
},
|
||||
{
|
||||
title: 'Add new Data source',
|
||||
href: 'https://docs.nocodb.com/data-sources/connect-to-data-source',
|
||||
href: 'https://nocodb.com/docs/product-docs/data-sources/connect-to-data-source',
|
||||
},
|
||||
] as {
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user