Skip to content

Commit 111a824

Browse files
authored
fix-a-link (#593)
Fix link to section in same file
1 parent 3adf035 commit 111a824

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/persistence/README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ graph TD
5656

5757
Below is a list of the different storage options available to you.
5858

59-
| Name | Type | Recommendation | Availability | Backup |
60-
| ------------------------------- | ----------- | :------------: | :----------: | :----: |
61-
| [Kafka](#kafka) | Streaming || All | Yes* |
62-
| [Cloud Storage](#cloud-storage) | Object || GCP | Yes* |
63-
| [Cloud SQL](#cloud-sql) | Relational || GCP | Yes |
64-
| [BigQuery](#bigquery) | Relational || GCP | Yes* |
65-
| [OpenSearch](#opensearch) | Document || GCP | Yes |
66-
| [Redis](#redis) | Key/Value || GCP | Yes |
67-
| [InfluxDB](#influxdb) | Time Series | ⚠️ | All | Yes |
68-
| [IBM MQ](#ibm-mq) | Message | ⚠️ | All | Yes* |
59+
| Name | Type | Recommendation | Availability | Backup |
60+
|-----------------------------------------|-------------|:--------------:|:------------:|:------:|
61+
| [Kafka](#kafka) | Streaming || All | Yes* |
62+
| [Cloud Storage](#cloud-storage-buckets) | Object || GCP | Yes* |
63+
| [Cloud SQL](#cloud-sql) | Relational || GCP | Yes |
64+
| [BigQuery](#bigquery) | Relational || GCP | Yes* |
65+
| [OpenSearch](#opensearch) | Document || GCP | Yes |
66+
| [Redis](#redis) | Key/Value || GCP | Yes |
67+
| [InfluxDB](#influxdb) | Time Series | ⚠️ | All | Yes |
68+
| [IBM MQ](#ibm-mq) | Message | ⚠️ | All | Yes* |
6969

7070
\* Data is highly available and fault-tolerant but not backed up if deleted by
7171
mistake.

0 commit comments

Comments
 (0)