Skip to content

Commit c15dc9e

Browse files
committed
Apply suggestions from Gemini review
1 parent 60e1d5d commit c15dc9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Cards/3.13.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ const recentFeatures = [
2525
// To add a label, use the format ['label1', 'label2'].
2626
{
2727
cell: 0, // First cell
28-
links: ['run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations'],
28+
links: ['run-non-transactional-storage-operations-through-library'],
2929
labels: ['Configure ScalarDB to run non-transactional storage operations']
3030
},
3131
{
3232
cell: 1, // Second cell
33-
links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations'],
33+
links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface'],
3434
labels: ['Configure ScalarDB Cluster to run non-transactional storage operations']
3535
},
3636
{

src/components/Cards/ja-jp/3.13.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ const recentFeatures = [
2525
// To add a label, use the format ['label1', 'label2'].
2626
{
2727
cell: 0, // First cell
28-
links: ['run-non-transactional-storage-operations-through-library#configure-scalardb-to-run-non-transactional-storage-operations'],
28+
links: ['run-non-transactional-storage-operations-through-library'],
2929
labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB の設定']
3030
},
3131
{
3232
cell: 1, // Second cell
33-
links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface/#configure-scalardb-cluster-to-run-non-transactional-storage-operations'],
33+
links: ['scalardb-cluster/run-non-transactional-storage-operations-through-sql-interface'],
3434
labels: ['非トランザクショナルストレージ操作を実行するための ScalarDB Cluster の設定']
3535
},
3636
{

0 commit comments

Comments
 (0)