Skip to content

Commit 9827b83

Browse files
committed
Fixed broken link
1 parent 0f958fa commit 9827b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"\n",
8080
"Input type can also be specified explicitly by providing a `format`.\n",
8181
"When being registered, tables can optionally be persisted into memory by passing `persist=True`, which can greatly speed up repeated queries on the same table at the cost of loading the entire table into memory.\n",
82-
"For more information, see [Data Loading and Input](https://dask-sql.readthedocs.io/en/latest/pages/data_input.html)."
82+
"For more information, see [Data Loading and Input](https://dask-sql.readthedocs.io/en/latest/data_input.html)."
8383
]
8484
},
8585
{
@@ -473,7 +473,7 @@
473473
"name": "python",
474474
"nbconvert_exporter": "python",
475475
"pygments_lexer": "ipython3",
476-
"version": "3.8.12"
476+
"version": "3.12.3"
477477
}
478478
},
479479
"nbformat": 4,

0 commit comments

Comments
 (0)