Skip to content

Commit

Permalink
Fix doc links in release utils (huggingface#15903)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger authored Mar 2, 2022
1 parent 3d22428 commit 39249c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ def clean_master_ref_in_model_list():
while not lines[index].startswith(_end_prompt):
if lines[index].startswith("1."):
lines[index] = lines[index].replace(
"https://huggingface.co/transformers/master/model_doc",
"https://huggingface.co/transformers/model_doc",
"https://huggingface.co/docs/transformers/master/model_doc",
"https://huggingface.co/docs/transformers/model_doc",
)
index += 1

Expand Down

0 comments on commit 39249c9

Please sign in to comment.