From 3332fdbd8346fd05a68d9332a406d13280990cea Mon Sep 17 00:00:00 2001 From: jz4o <26317360+jz4o@users.noreply.github.com> Date: Thu, 10 Oct 2024 01:33:52 +0900 Subject: [PATCH] [Tables] Fix broken link in setup.py (#37811) --- sdk/tables/azure-data-tables/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/tables/azure-data-tables/setup.py b/sdk/tables/azure-data-tables/setup.py index 905b3740a101..c9e143538ed5 100644 --- a/sdk/tables/azure-data-tables/setup.py +++ b/sdk/tables/azure-data-tables/setup.py @@ -42,7 +42,7 @@ license="MIT License", author="Microsoft Corporation", author_email="ascl@microsoft.com", - url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/table/azure-table", + url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/tables/azure-data-tables", keywords="azure, azure sdk", classifiers=[ "Development Status :: 5 - Production/Stable",