Skip to content

Commit 43a6649

Browse files
committed
fix link to L tour
1 parent 86337ba commit 43a6649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbs/02_foundation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
"cell_type": "markdown",
744744
"metadata": {},
745745
"source": [
746-
"Read [this overview section](https://fastcore.fast.ai/#L) for a quick tutorial of `L`, as well as background on the name. \n",
746+
"Read [this overview section](https://fastcore.fast.ai/tour.html#L) for a quick tutorial of `L`, as well as background on the name. \n",
747747
"\n",
748748
"You can create an `L` from an existing iterable (e.g. a list, range, etc) and access or modify it with an int list/tuple index, mask, int, or slice. All `list` methods can also be used with `L`."
749749
]

0 commit comments

Comments
 (0)