graykode

(fixed) document link error

...@@ -61,7 +61,7 @@ python train.py --do_train --do_eval --model_type roberta \ ...@@ -61,7 +61,7 @@ python train.py --do_train --do_eval --model_type roberta \
61 ``` 61 ```
62 62
63 ## How to train for your lint style? 63 ## How to train for your lint style?
64 -See the [Diff model](#Diff model) section above for the role of the code. 64 +See the [Diff model](https://github.com/graykode/commit-autosuggestions/blob/master/docs/training.md#diff-model) section above for the role of the code.
65 65
66 #### 1. cloning repositories from github 66 #### 1. cloning repositories from github
67 This code clones all repositories in [repositories.txt](https://github.com/graykode/commit-autosuggestions/blob/master/repositories.txt). 67 This code clones all repositories in [repositories.txt](https://github.com/graykode/commit-autosuggestions/blob/master/repositories.txt).
......