diff --git a/migrate_gitlab_to_gogs.py b/migrate_gitlab_to_gogs.py index ed7d3df..c556c40 100755 --- a/migrate_gitlab_to_gogs.py +++ b/migrate_gitlab_to_gogs.py @@ -33,7 +33,7 @@ print(' as private repositories.') input('Hit any key to continue!') gogs_url = args.target_repo + "/api/v1" -gitlab_url = args.source_repo + '/api/v3' +gitlab_url = args.source_repo + '/api/v4' gogs_token = input(("\n\nPlease provide the gogs access token which we use to access \n" "your account. This is NOT your password! Go to \n"