Skip to content

Commit 83c2312

Browse files
authored
Merge pull request #499 from michaelaye/fix_498
fix link to L tour
2 parents 93ba9cf + 43a6649 commit 83c2312

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
@@ -745,7 +745,7 @@
745745
"cell_type": "markdown",
746746
"metadata": {},
747747
"source": [
748-
"Read [this overview section](https://fastcore.fast.ai/#L) for a quick tutorial of `L`, as well as background on the name. \n",
748+
"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",
749749
"\n",
750750
"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`."
751751
]

0 commit comments

Comments
 (0)