Skip to content

Commit 1896e71

Browse files
committed
updated links in architechture page
1 parent ef40a29 commit 1896e71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ OpenObserve can be run in single node or in HA mode in a cluster.
55

66
## Single Node
77

8-
Please refer to [quickstart](../quickstart.md) for single node deployments.
8+
Please refer to [quickstart](./quickstart.md) for single node deployments.
99

1010
### SQLite and Local disk
1111

12-
Use this mode for light usage and testing or if HA is not a requirement for you. (You could still ingest and search over 2 TB on a single machine per day. On a mac M2 in our tests, you can ingest at ~31 MB/Second or 1.8 GB/Min or 2.6 TB/Day with default configuration). This is the default mode for running OpenObserve. Check [Quickstart](../quickstart.md) to find various ways to get this setup done.
12+
Use this mode for light usage and testing or if HA is not a requirement for you. (You could still ingest and search over 2 TB on a single machine per day. On a mac M2 in our tests, you can ingest at ~31 MB/Second or 1.8 GB/Min or 2.6 TB/Day with default configuration). This is the default mode for running OpenObserve. Check [Quickstart](./quickstart.md) to find various ways to get this setup done.
1313

1414
<img src="../images/arch-single-local.jpg" alt="Single node architecture using SQLite and local disk" width="60%"/>
1515

@@ -19,7 +19,7 @@ Use this mode for light usage and testing or if HA is not a requirement for you.
1919

2020
## High Availability (HA) mode
2121

22-
Local disk storage is not supported in HA mode. Please refer to [HA Deployment](../ha_deployment.md) for cluster mode deployment.
22+
Local disk storage is not supported in HA mode. Please refer to [HA Deployment](./ha_deployment.md) for cluster mode deployment.
2323

2424
<img src="../images/arch-ha.webp" alt="HA architecture using NATS and s3" width="80%"/>
2525

0 commit comments

Comments
 (0)