Skip to content

Commit 03cfcca

Browse files
authored
Fix broken links (#243)
1 parent 092e8c4 commit 03cfcca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dataframes/03-from-pandas-to-dask.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@
992992
"metadata": {},
993993
"source": [
994994
"We can do better... \n",
995-
"Using [dask custom aggregation](https://docs.dask.org/en/latest/generated/dask.dataframe.groupby.Aggregation.html) is consideribly better"
995+
"Using [dask custom aggregation](https://docs.dask.org/en/stable/generated/dask.dataframe.Aggregation.html) is consideribly better"
996996
]
997997
},
998998
{
@@ -1206,7 +1206,7 @@
12061206
"name": "python",
12071207
"nbconvert_exporter": "python",
12081208
"pygments_lexer": "ipython3",
1209-
"version": "3.9.12"
1209+
"version": "3.12.3"
12101210
},
12111211
"mimetype": "text/x-python",
12121212
"name": "python",

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)