Fix links in guides (#16182)

* 🖍 fix links in guides

* 🖍 apply feedback
This commit is contained in:
Steven Liu
2022-03-18 14:16:16 -07:00
committed by GitHub
parent 277fc2cc78
commit ffc319e7b8
10 changed files with 21 additions and 21 deletions

View File

@@ -126,7 +126,7 @@ Load ViT with [`AutoModelForImageClassification`]. Specify the number of labels,
<Tip>
If you aren't familiar with fine-tuning a model with the [`Trainer`], take a look at the basic tutorial [here](training#finetune-with-trainer)!
If you aren't familiar with fine-tuning a model with the [`Trainer`], take a look at the basic tutorial [here](../training#finetune-with-trainer)!
</Tip>