diff --git a/scripts/release_sdk_status/main.py b/scripts/release_sdk_status/main.py index a8cdf8622f39..1edc575dc0f3 100644 --- a/scripts/release_sdk_status/main.py +++ b/scripts/release_sdk_status/main.py @@ -251,7 +251,7 @@ def sdk_info_from_swagger(): TRACK_CONFIG = {0: 'NA', 1: 'track1', 2: 'track2', 3: 'both'} track_config = TRACK_CONFIG.get(track_config, 'Rule error') - readme_html = folder.replace(SWAGGER_FOLDER, 'https://github.com/Azure/azure-rest-api-specs/tree/master') + readme_html = folder.replace(SWAGGER_FOLDER, 'https://github.com/Azure/azure-rest-api-specs/tree/main') if package_name != '': resource_manager.append('{},{},{},{}\n'.format(package_name, track_config,