Skip to content

Commit 8379c2a

Browse files
committed
blueos_repo:ext:consolidate: Change REPO_ROOT_URL
* Modify to point to main proxy due to facth github.io is 301 to our own proxy
1 parent be1dece commit 8379c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blueos_repository/consolidate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
MANIFEST_LOG = "manifest.log"
1919

20-
REPO_ROOT_URL = "https://bluerobotics.github.io/BlueOS-Extensions-Repository/repos"
20+
REPO_ROOT_URL = "https://docs.bluerobotics.com/BlueOS-Extensions-Repository/repos"
2121

2222

2323
@dataclasses.dataclass

0 commit comments

Comments
 (0)