Skip to content

Commit 411d7b9

Browse files
committed
fix outdated nbdev_install_git_hooks in getting started
1 parent bb118dd commit 411d7b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ strive to abide by generally accepted best practices in open-source
133133
software development.
134134

135135
Make sure you have `nbdev`’s git hooks installed by running
136-
`nbdev_install_git_hooks` in the cloned repository.
136+
[nbdev_install_hooks](https://nbdev.fast.ai/clean.html#nbdev_install_hooks)
137+
in the cloned repository.
137138

138139
## Copyright
139140

nbs/getting_started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"source": [
182182
"If you want to contribute to `nbdev`, be sure to review the [contributions guidelines](https://github.com/fastai/nbdev/blob/master/CONTRIBUTING.md). This project adheres to fastai's [code of conduct](https://github.com/fastai/nbdev/blob/master/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. In general, we strive to abide by generally accepted best practices in open-source software development.\n",
183183
"\n",
184-
"Make sure you have `nbdev`'s git hooks installed by running `nbdev_install_git_hooks` in the cloned repository."
184+
"Make sure you have `nbdev`'s git hooks installed by running `nbdev_install_hooks` in the cloned repository."
185185
]
186186
},
187187
{

0 commit comments

Comments
 (0)