From 4bbfda4108f36b08b3a46c3bc63616dab77f103c Mon Sep 17 00:00:00 2001 From: Marco B <2771131+marcob@users.noreply.github.com> Date: Fri, 10 May 2024 12:59:55 -0400 Subject: [PATCH] Fix bottomless replication subproject link in libsql-server readme (#1331) --- libsql-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsql-server/README.md b/libsql-server/README.md index 7d26bd3d08..9700e23bc1 100644 --- a/libsql-server/README.md +++ b/libsql-server/README.md @@ -80,7 +80,7 @@ and run `sqld` with `--enable-bottomless-replication` parameter: sqld --http-listen-addr=127.0.0.1:8000 --enable-bottomless-replication ``` -[bottomless replication subproject]: ./bottomless +[bottomless replication subproject]: ../bottomless [SQLite WAL]: https://www.sqlite.org/wal.html ### Configuration @@ -110,7 +110,7 @@ RUSTFLAGS='--cfg uuid_unstable' cargo install bottomless-cli For usage examples and description, refer to the [bottomless-cli documentation]. -[bottomless-cli documentation]: ./bottomless#cli +[bottomless-cli documentation]: ../bottomless#cli ## License