Skip to content

Commit db13dd9

Browse files
authored
Minor: add clearer linl to the main website (#16556)
1 parent fcb193b commit db13dd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datafusion/core/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
//! [DataFusion] is an extensible query engine written in Rust that
4040
//! uses [Apache Arrow] as its in-memory format. DataFusion's target users are
4141
//! developers building fast and feature rich database and analytic systems,
42-
//! customized to particular workloads. See [use cases] for examples.
42+
//! customized to particular workloads. Please see the [DataFusion website] for
43+
//! additional documentation, [use cases] and examples.
4344
//!
4445
//! "Out of the box," DataFusion offers [SQL] and [`Dataframe`] APIs,
4546
//! excellent [performance], built-in support for CSV, Parquet, JSON, and Avro,
@@ -53,6 +54,7 @@
5354
//! See the [Architecture] section below for more details.
5455
//!
5556
//! [DataFusion]: https://datafusion.apache.org/
57+
//! [DataFusion website]: https://datafusion.apache.org
5658
//! [Apache Arrow]: https://arrow.apache.org
5759
//! [use cases]: https://datafusion.apache.org/user-guide/introduction.html#use-cases
5860
//! [SQL]: https://datafusion.apache.org/user-guide/sql/index.html

0 commit comments

Comments
 (0)