diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index c6f80dd60..ce60ce362 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -536,7 +536,7 @@ def ytdevinfra(c): def ytdevinfra_github(c): soln = c.solutions.add() soln.name = 'ytdevinfra_github' - soln.url = 'https://github.googlesource.com/youtube/cobalt.git' + soln.url = 'https://github.com/youtube/cobalt.git' soln.custom_vars = { 'download_remoteexec_cfg': True, 'rbe_instance': 'projects/cobalt-actions-prod/instances/default_instance'