Skip to content

Commit

Permalink
Fix bottomless replication subproject link in libsql-server readme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcob committed May 10, 2024
1 parent 1c9cdbe commit 4bbfda4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libsql-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4bbfda4

Please sign in to comment.