Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #37300

Merged
merged 1 commit into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion sdk/core/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,8 @@ Our goal is to release a stable version by the end of March 2016. Please send u

**BREAKING CHANGES**

We made our possible to document the breaking from ARM 1.0.0 version to 2.0.0 [here](https://github.com/Azure/azure-sdk-for-python/wiki/Migrate-from-1.0.0-ARM-preview-to-2.0.0).
~~We made our possible to document the breaking from ARM 1.0.0 version to 2.0.0 here.~~
The previously-linked documentation is no longer available.

**Dependencies**

Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-sharing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
<!-- LINKS -->

[source_code]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/purview/azure-purview-sharing/azure/purview/sharing
[client_pypi_package]: https://aka.ms/azsdk/python/purviewsharing/pypi
[client_pypi_package]: https://pypi.org/project/azure-purview-sharing/
[sharing_ref_docs]: https://aka.ms/azsdk/python/purviewcatalog/ref-docs
[sharing_product_documentation]: https://azure.microsoft.com/services/purview/
[azure_subscription]: https://azure.microsoft.com/free/
Expand Down
2 changes: 1 addition & 1 deletion sdk/purview/azure-purview-sharing/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ pip install azure-purview-sharing

## Next steps

Check out the [API reference documentation](https://aka.ms/azsdk-purview-sharing-ref) to learn more about
Check out the [API reference documentation](https://aka.ms/azsdk/python/purviewcatalog/ref-docs) to learn more about
what you can do with the Azure Purview Sharing API client library.
Loading