Skip to content

Commit

Permalink
docs: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
emschwartz committed Mar 5, 2024
1 parent 36c1e33 commit c0d2388
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ for mission critical safety and performance.

First, let's get TigerBeetle running!

* [Single-node cluster with a single binary](./single-binary.md)
* [Three-node cluster with a single binary](./single-binary-three.md)
* [Single-node cluster with a single binary](./quick-start/single-binary.md)
* [Three-node cluster with a single binary](./quickstart/single-binary-three.md)

Or, you can run TigerBeetle with Docker:
* [Single-node cluster with Docker](./with-docker.md)
* [Three-node cluster with Docker Compose](./with-docker-compose.md)
* [Single-node cluster with Docker](./quickstart/with-docker.md)
* [Three-node cluster with Docker Compose](./quickstart/with-docker-compose.md)

Then, let's [use the TigerBeetle CLI](./cli-repl.md) to create accounts and transfers.
Then, let's [use the TigerBeetle CLI](./quickstart/cli-repl.md) to create accounts and transfers.

## Designing for TigerBeetle

Expand Down

0 comments on commit c0d2388

Please sign in to comment.