From 8c75cfdaeeb9ae960cfdb0ba780d35add282b2df Mon Sep 17 00:00:00 2001 From: Nino Risteski <95188570+NinoRisteski@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:02:57 +0200 Subject: [PATCH] Update README.md (#25834) _toctree.yml file. broken link, now fixed. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index bc6efe6ef..403c729c6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -84,7 +84,7 @@ The `preview` command only works with existing doc files. When you add a complet Accepted files are Markdown (.md or .md). Create a file with its extension and put it in the source directory. You can then link it to the toc-tree by putting -the filename without the extension in the [`_toctree.yml`](https://github.com/huggingface/transformers/blob/main/docs/source/_toctree.yml) file. +the filename without the extension in the [`_toctree.yml`](https://github.com/huggingface/transformers/blob/main/docs/source/en/_toctree.yml) file. ## Renaming section headers and moving sections