Skip to content

Commit f2e438d

Browse files
committed
fix broken link in README
1 parent 999223b commit f2e438d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with the `-latest` suffix
3434
transformations
3535

3636
To get started, we recommend you read through [the fastcore
37-
tour](https://fastcore.fast.ai/000_tour.html).
37+
tour](https://fastcore.fast.ai/tour.html).
3838

3939
## Contributing
4040

nbs/index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"- `fastcore.dispatch`: Multiple dispatch methods\n",
5050
"- `fastcore.transform`: Pipelines of composed partially reversible transformations\n",
5151
"\n",
52-
"To get started, we recommend you read through [the fastcore tour](https://fastcore.fast.ai/000_tour.html)."
52+
"To get started, we recommend you read through [the fastcore tour](https://fastcore.fast.ai/tour.html)."
5353
]
5454
},
5555
{
@@ -86,7 +86,7 @@
8686
"split_at_heading": true
8787
},
8888
"kernelspec": {
89-
"display_name": "Python 3.8.13 ('contrib_fastcore')",
89+
"display_name": "Python 3 (ipykernel)",
9090
"language": "python",
9191
"name": "python3"
9292
}

0 commit comments

Comments
 (0)