Fix HUB-SDK main branch URLs (#12807)

This commit is contained in:
Glenn Jocher 2024-05-18 22:28:11 +02:00 committed by GitHub
parent e8e434fe48
commit 307a19cead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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