From 307a19cead8fec243f8b344ca3515339676498cd Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 18 May 2024 22:28:11 +0200 Subject: [PATCH] Fix HUB-SDK `main` branch URLs (#12807) --- docs/build_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_docs.py b/docs/build_docs.py index d7e8d4e2..95e97a4c 100644 --- a/docs/build_docs.py +++ b/docs/build_docs.py @@ -126,7 +126,7 @@ def main(): # Update edit links update_subdir_edit_links( 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