Skip to content

Commit 647c86f

Browse files
committed
docs mainpage: Scylla -> ScyllaDB
1 parent acbf793 commit 647c86f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scylla/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Async Rust driver for the [Scylla](https://scylladb.com) database written in Rust.
2-
//! Although optimized for Scylla, the driver is also compatible with [Apache Cassandra®](https://cassandra.apache.org/).
1+
//! Async Rust driver for the [ScyllaDB](https://scylladb.com) database written in Rust.
2+
//! Although optimized for ScyllaDB, the driver is also compatible with [Apache Cassandra®](https://cassandra.apache.org/).
33
//!
44
//! # Documentation book
55
//! The best source to learn about this driver is the [documentation book](https://rust-driver.docs.scylladb.com/).\
@@ -8,7 +8,7 @@
88
//! # Other documentation
99
//! * [Documentation book](https://rust-driver.docs.scylladb.com/)
1010
//! * [Examples](https://github.com/scylladb/scylla-rust-driver/tree/main/examples)
11-
//! * [Scylla documentation](https://docs.scylladb.com)
11+
//! * [ScyllaDB documentation](https://docs.scylladb.com)
1212
//! * [Cassandra® documentation](https://cassandra.apache.org/doc/latest/)
1313
//!
1414
//! # Driver overview

0 commit comments

Comments
 (0)