Unverified Commit 39249c95 authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Fix doc links in release utils (#15903)

parent 3d224286
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment