Skip to content

Commit de7cb89

Browse files
committed
docs: update links in basics and rendering documentation
1 parent 820f5ae commit de7cb89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/user-guide/basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DataFrames are typically created by calling a method on :py:class:`~datafusion.c
7373
calling the transformation methods, such as :py:func:`~datafusion.dataframe.DataFrame.filter`, :py:func:`~datafusion.dataframe.DataFrame.select`, :py:func:`~datafusion.dataframe.DataFrame.aggregate`,
7474
and :py:func:`~datafusion.dataframe.DataFrame.limit` to build up a query definition.
7575

76-
For more details on working with DataFrames, including visualization options and conversion to other formats, see :doc:`dataframe`.
76+
For more details on working with DataFrames, including visualization options and conversion to other formats, see :doc:`dataframe/index`.
7777

7878
Expressions
7979
-----------

docs/source/user-guide/dataframe/rendering.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ Best Practices
224224
Additional Resources
225225
--------------------
226226

227-
* :doc:`../user-guide/dataframe` - Complete guide to using DataFrames
228-
* :doc:`../user-guide/io/index` - I/O Guide for reading data from various sources
229-
* :doc:`../user-guide/data-sources` - Comprehensive data sources guide
227+
* :doc:`../dataframe/index` - Complete guide to using DataFrames
228+
* :doc:`../io/index` - I/O Guide for reading data from various sources
229+
* :doc:`../data-sources` - Comprehensive data sources guide
230230
* :ref:`io_csv` - CSV file reading
231231
* :ref:`io_parquet` - Parquet file reading
232232
* :ref:`io_json` - JSON file reading

0 commit comments

Comments
 (0)