Skip to content

Commit a482344

Browse files
authored
Fix incorrect repo source link (#34388)
1 parent ed0e056 commit a482344

File tree

16 files changed

+16
-16
lines changed
  • sdk
    • ai
    • cognitivelanguage
      • azure-ai-language-conversations
      • azure-ai-language-questionanswering
    • confidentialledger/azure-confidentialledger
    • containerregistry/azure-containerregistry
    • eventhub/azure-eventhub-checkpointstoretable
    • mixedreality/azure-mixedreality-authentication
    • ml/azure-ai-ml
    • openai/azure-openai
    • personalizer/azure-ai-personalizer
    • remoterendering/azure-mixedreality-remoterendering
    • template/azure-template
    • translation/azure-ai-translation-document
  • tools/azure-sdk-tools/tests/integration/scenarios
    • optional_environment_two_options
    • optional_environment_zero_options

16 files changed

+16
-16
lines changed

sdk/ai/azure-ai-generative/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@
135135
},
136136
project_urls={
137137
"Bug Reports": "https://github.com/Azure/azure-sdk-for-python/issues",
138-
"Source": "https://github.com/Azure/azure-sdk-python",
138+
"Source": "https://github.com/Azure/azure-sdk-for-python",
139139
},
140140
)

sdk/ai/azure-ai-resources/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
],
7575
project_urls={
7676
"Bug Reports": "https://github.com/Azure/azure-sdk-for-python/issues",
77-
"Source": "https://github.com/Azure/azure-sdk-python",
77+
"Source": "https://github.com/Azure/azure-sdk-for-python",
7878
},
7979
package_data={
8080
'azure.ai.resources': ['py.typed', 'azure/ai/resources/_index/_utils/encodings/*'],

sdk/cognitivelanguage/azure-ai-language-conversations/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@
8181
],
8282
project_urls={
8383
'Bug Reports': 'https://github.com/Azure/azure-sdk-for-python/issues',
84-
'Source': 'https://github.com/Azure/azure-sdk-python',
84+
'Source': 'https://github.com/Azure/azure-sdk-for-python',
8585
}
8686
)

sdk/cognitivelanguage/azure-ai-language-questionanswering/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
],
7373
project_urls={
7474
'Bug Reports': 'https://github.com/Azure/azure-sdk-for-python/issues',
75-
'Source': 'https://github.com/Azure/azure-sdk-python',
75+
'Source': 'https://github.com/Azure/azure-sdk-for-python',
7676
}
7777
)

sdk/confidentialledger/azure-confidentialledger/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
],
8383
project_urls={
8484
'Bug Reports': 'https://github.com/Azure/azure-sdk-for-python/issues',
85-
'Source': 'https://github.com/Azure/azure-sdk-python',
85+
'Source': 'https://github.com/Azure/azure-sdk-for-python',
8686
}
8787
)

sdk/containerregistry/azure-containerregistry/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
],
6262
project_urls={
6363
"Bug Reports": "https://github.com/Azure/azure-sdk-for-python/issues",
64-
"Source": "https://github.com/Azure/azure-sdk-python",
64+
"Source": "https://github.com/Azure/azure-sdk-for-python",
6565
},
6666
)

sdk/eventhub/azure-eventhub-checkpointstoretable/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@
8686
},
8787
project_urls={
8888
"Bug Reports": "https://github.com/Azure/azure-sdk-for-python/issues",
89-
"Source": "https://github.com/Azure/azure-sdk-python",
89+
"Source": "https://github.com/Azure/azure-sdk-for-python",
9090
},
9191
)

sdk/mixedreality/azure-mixedreality-authentication/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
],
7272
project_urls={
7373
'Bug Reports': 'https://github.com/Azure/azure-sdk-for-python/issues',
74-
'Source': 'https://github.com/Azure/azure-sdk-python',
74+
'Source': 'https://github.com/Azure/azure-sdk-for-python',
7575
}
7676
)

sdk/ml/azure-ai-ml/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
},
104104
project_urls={
105105
"Bug Reports": "https://github.com/Azure/azure-sdk-for-python/issues",
106-
"Source": "https://github.com/Azure/azure-sdk-python",
106+
"Source": "https://github.com/Azure/azure-sdk-for-python",
107107
},
108108
)

sdk/openai/azure-openai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
python_requires=">=3.7",
6868
project_urls={
6969
"Bug Reports": "https://github.com/Azure/azure-sdk-for-python/issues",
70-
"Source": "https://github.com/Azure/azure-sdk-python",
70+
"Source": "https://github.com/Azure/azure-sdk-for-python",
7171
},
7272
)

0 commit comments

Comments
 (0)