Skip to content

Commit

Permalink
Change link (#148)
Browse files Browse the repository at this point in the history
`scalardb-supported-databases.mdx` will soon be deleted since the contents have been added to the `requirements.mdx`.
  • Loading branch information
josh-wong authored Sep 10, 2024
1 parent 0851a6d commit 76a0729
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/components/Cards/3.10.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const CardsAbout = [
// name: '',
// image: '<LINK_TO>.png',
url: {
page: 'scalardb-supported-databases',
page: 'requirements',
},
description: (
<Translate id="home.about.description">
Supported databases
Requirements
</Translate>
),
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/Cards/3.11.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const CardsAbout = [
// name: '',
// image: '<LINK_TO>.png',
url: {
page: 'scalardb-supported-databases',
page: 'requirements',
},
description: (
<Translate id="home.about.description">
Supported databases
Requirements
</Translate>
),
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/Cards/3.12.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const CardsAbout = [
// name: '',
// image: '<LINK_TO>.png',
url: {
page: 'scalardb-supported-databases',
page: 'requirements',
},
description: (
<Translate id="home.about.description">
Supported databases
Requirements
</Translate>
),
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/Cards/3.13.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const CardsAbout = [
// name: '',
// image: '<LINK_TO>.png',
url: {
page: 'scalardb-supported-databases',
page: 'requirements',
},
description: (
<Translate id="home.about.description">
Supported databases
Requirements
</Translate>
),
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/Cards/3.9.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ const CardsAbout = [
// name: '',
// image: '<LINK_TO>.png',
url: {
page: 'scalardb-supported-databases',
page: 'requirements',
},
description: (
<Translate id="home.about.description">
Supported databases
Requirements
</Translate>
),
},
Expand Down

0 comments on commit 76a0729

Please sign in to comment.