Skip to content

Commit d4bc1c1

Browse files
authored
Fix links on docs index page (#12750)
1 parent 31cbc43 commit d4bc1c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ Apache DataFusion
3636
DataFusion is an extensible query engine written in `Rust <http://rustlang.org>`_ that
3737
uses `Apache Arrow <https://arrow.apache.org>`_ as its in-memory format.
3838

39-
This documentation is for the <a href="https://github.com/apache/datafusion">core DataFusion project</a>, which contains
39+
This documentation is for the `core DataFusion project <https://github.com/apache/datafusion>`_, which contains
4040
libraries that are used to build data-centric system software. DataFusion also offers the following subprojects, which
4141
provide packaged versions of DataFusion intended for end users, and these have separate documentation.
4242

43-
- <a href="https://datafusion.apache.org/python/">DataFusion Python</a> offers a Python interface for SQL and DataFrame
43+
- `DataFusion Python <https://datafusion.apache.org/python/>`_ offers a Python interface for SQL and DataFrame
4444
queries.
45-
- <a href="https://github.com/apache/datafusion-ray/">DataFusion Ray</a> provides a distributed version of DataFusion
46-
that scales out on <a href="https://www.ray.io">Ray</a> clusters.
47-
- <a href="https://datafusion.apache.org/comet/">DataFusion Comet</a> is an accelerator for Apache Spark based on
45+
- `DataFusion Ray <https://github.com/apache/datafusion-ray/>`_ provides a distributed version of DataFusion
46+
that scales out on `Ray <https://www.ray.io>`_ clusters.
47+
- `DataFusion Comet <https://datafusion.apache.org/comet/>`_ is an accelerator for Apache Spark based on
4848
DataFusion.
4949

5050
DataFusion's target users are

0 commit comments

Comments
 (0)