Skip to content

Commit

Permalink
Backport to branch(3) : Fix broken links in supported databases doc (#…
Browse files Browse the repository at this point in the history
…1365)

Co-authored-by: Josh Wong <[email protected]>
Co-authored-by: Toshihiro Suzuki <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2023
1 parent d22ce97 commit cd13c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scalardb-supported-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ScalarDB supports the following databases and their versions.
{% capture notice--info %}
**Note**

For requirements when using Cassandra or Cassandra-compatible databases, see [Cassandra or Cassandra-compatible database requirements](requirements/#cassandra-or-cassandra-compatible-database-requirements).
For requirements when using Cassandra or Cassandra-compatible databases, see [Cassandra or Cassandra-compatible database requirements](requirements.md#cassandra-or-cassandra-compatible-database-requirements).
{% endcapture %}

<div class="notice--info">{{ notice--info | markdownify }}</div>
Expand Down Expand Up @@ -51,7 +51,7 @@ For requirements when using Cassandra or Cassandra-compatible databases, see [Ca
{% capture notice--info %}
**Note**

For recommendations when using JDBC databases, see [JDBC database recommendations](requirements/#jdbc-database-requirements).
For recommendations when using JDBC databases, see [JDBC database recommendations](requirements.md#jdbc-database-recommendations).
{% endcapture %}

<div class="notice--info">{{ notice--info | markdownify }}</div>
Expand Down

0 comments on commit cd13c0d

Please sign in to comment.