From bfeaae2235a8437ff1e80c9fc8c51b25ed21dcf5 Mon Sep 17 00:00:00 2001 From: Stas Bekman Date: Thu, 9 Jul 2020 12:12:29 -0700 Subject: [PATCH] fix 404 (#5616) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c7bf90b1..a74567978 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ If you are willing to contribute the model yourself, let us know so we can best guide you. We have added a **detailed guide and templates** to guide you in the process of adding a new model. You can find them -in the [`templates`](https://github.com/huggingface/transformers/templates) folder. +in the [`templates`](https://github.com/huggingface/transformers/tree/master/templates) folder. ### Do you want a new feature (that is not a model)? @@ -88,7 +88,7 @@ If your issue is well written we're already 80% of the way there by the time you post it. We have added **templates** to guide you in the process of adding a new example script for training or testing the -models in the library. You can find them in the [`templates`](https://github.com/huggingface/transformers/templates) +models in the library. You can find them in the [`templates`](https://github.com/huggingface/transformers/tree/master/templates) folder. ## Start contributing! (Pull Requests)