Skip to content

Commit 13c0b4d

Browse files
authored
Fix Rust Driver Docs link (#412)
1 parent b529bc2 commit 13c0b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Although optimized for ScyllaDB, the driver is also compatible with [Apache Cass
1010
**Note: this driver is officially supported but currently available in beta. Bug reports and pull requests are welcome!**
1111

1212
## Getting Started
13-
The [documentation book](https://cvybhu.github.io/scyllabook/index.html) is a good place to get started. Another useful resource is the Rust and Scylla [lesson](https://university.scylladb.com/courses/using-scylla-drivers/lessons/rust-and-scylla-2/) on Scylla University.
13+
The [documentation book](https://rust-driver.docs.scylladb.com/stable/index.html) is a good place to get started. Another useful resource is the Rust and Scylla [lesson](https://university.scylladb.com/courses/using-scylla-drivers/lessons/rust-and-scylla-2/) on Scylla University.
1414

1515
## Examples
1616
```rust

0 commit comments

Comments
 (0)