Skip to content

Commit 3fd8a20

Browse files
authored
minor: fix broken links in README.md (#7986)
* minor: fix broken links in README.md * fix proto link
1 parent fdb5454 commit 3fd8a20

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

datafusion/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Common
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate is a submodule of DataFusion that provides common data types and utilities.
2525

datafusion/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Common
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate contains the main entrypoints and high level DataFusion APIs such as SessionContext, and DataFrame and ListingTable.
2525

datafusion/execution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Common
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate is a submodule of DataFusion that provides execution runtime such as the memory pools and disk manager.
2525

datafusion/expr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Logical Plan and Expressions
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate is a submodule of DataFusion that provides data types and utilities for logical plans and expressions.
2525

datafusion/optimizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Query Optimizer
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory
2323
format.
2424

2525
DataFusion has modular design, allowing individual crates to be re-used in other projects.

datafusion/physical-expr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Physical Expressions
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate is a submodule of DataFusion that provides data types and utilities for physical expressions.
2525

datafusion/physical-plan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Common
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate is a submodule of DataFusion that contains the `ExecutionPlan` trait and the various implementations of that
2525
trait for built in operators such as filters, projections, joins, aggregations, etc.

datafusion/proto/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion Proto
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate is a submodule of DataFusion that provides a protocol buffer format for representing query plans and expressions.
2525

datafusion/sql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# DataFusion SQL Query Planner
2121

2222
This crate provides a general purpose SQL query planner that can parse SQL and translate queries into logical
23-
plans. Although this crate is used by the [DataFusion](df) query engine, it was designed to be easily usable from any
23+
plans. Although this crate is used by the [DataFusion][df] query engine, it was designed to be easily usable from any
2424
project that requires a SQL query planner and does not make any assumptions about how the resulting logical plan
2525
will be translated to a physical plan. For example, there is no concept of row-based versus columnar execution in the
2626
logical plan.

datafusion/wasmtest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# DataFusion wasmtest
2121

22-
[DataFusion](df) is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
22+
[DataFusion][df] is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.
2323

2424
This crate is a submodule of DataFusion used to verify that various DataFusion crates compile successfully to the
2525
`wasm32-unknown-unknown` target with wasm-pack.

0 commit comments

Comments
 (0)