Skip to content

Commit 35c1008

Browse files
menhioManuel Salazar
andauthored
Update QuickstartsPages index.js with new documentation link for open… (#209)
* Update QuickstartsPages index.js with new documentation link for open table formats * Update translations for Open Table Formats quickstart descriptions across multiple languages to remove reference to Teradata VantageCloud Lake. --------- Co-authored-by: Manuel Salazar <manuel.salazar@teradata.com>
1 parent b4bf39a commit 35c1008

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

i18n/de/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,6 @@
630630
"message": "Getting started with Open Table Formats"
631631
},
632632
"quickstarts.open_table_formats_decription": {
633-
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
633+
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables."
634634
}
635635
}

i18n/en/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,6 @@
679679
"message": "Getting started with Open Table Formats"
680680
},
681681
"quickstarts.open_table_formats_decription": {
682-
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
682+
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables."
683683
}
684684
}

i18n/es/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,6 @@
630630
"message": "Getting started with Open Table Formats"
631631
},
632632
"quickstarts.open_table_formats_decription": {
633-
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
633+
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables."
634634
}
635635
}

i18n/fr/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,6 @@
678678
"message": "Getting started with Open Table Formats"
679679
},
680680
"quickstarts.open_table_formats_decription": {
681-
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
681+
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables."
682682
}
683683
}

i18n/ja/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,6 @@
636636
"message": "Getting started with Open Table Formats"
637637
},
638638
"quickstarts.open_table_formats_decription": {
639-
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
639+
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables."
640640
}
641641
}

i18n/ko/code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,6 @@
633633
"message": "Getting started with Open Table Formats"
634634
},
635635
"quickstarts.open_table_formats_decription": {
636-
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
636+
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables."
637637
}
638638
}

src/components/QuickstartsPages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Guides = [
2929
img: 'memory',
3030
title: translate({ message: 'quickstarts.open_table_formats_title' }),
3131
description: translate({ message: 'quickstarts.open_table_formats_decription' }),
32-
href: 'https://docs.teradata.com/access/sources/dita/map?dita:mapPath=bsr1702324250454.ditamap',
32+
href: 'https://docs.teradata.com/access/sources/dita/map?dita:mapPath=qrj1749167830193.ditamap',
3333
}
3434
];
3535
const FeatureList = [

0 commit comments

Comments
 (0)