Fix HUB-SDK main branch URLs (#12807)
This commit is contained in:
parent
e8e434fe48
commit
307a19cead
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ def main():
|
||||||
# Update edit links
|
# Update edit links
|
||||||
update_subdir_edit_links(
|
update_subdir_edit_links(
|
||||||
subdir="hub/sdk/", # do not use leading slash
|
subdir="hub/sdk/", # do not use leading slash
|
||||||
docs_url="https://github.com/ultralytics/hub-sdk/tree/develop/docs/",
|
docs_url="https://github.com/ultralytics/hub-sdk/tree/main/docs/",
|
||||||
)
|
)
|
||||||
|
|
||||||
# Update HTML file head section
|
# Update HTML file head section
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue