Skip to content
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
2 changes: 1 addition & 1 deletion _includes/releases/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% if include.type != "retired" %}
# Azure SDK Releases

This page contains links to all of the Azure SDK library packages, code, and documentation. The "Client and Management Libraries" tabs contain libraries that follow the new [Azure SDK Guidelines](https://aka.ms/azsdk/guide). The "All" tab also contains libraries that do not yet follow the new guidelines.
This page provides an inventory of all Azure SDK library packages, code, and documentation. The **Client Libraries** and **Management Libraries** tabs contain libraries that follow the new [Azure SDK guidelines](https://aka.ms/azsdk/guide). The **All** tab contains the aforementioned libraries and those that don't follow the new guidelines.

{% else %}
# Azure SDK Retired Releases
Expand Down
2 changes: 1 addition & 1 deletion releases/latest/all/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar: releases_sidebar
header: true
---
{% capture description %}
There are PackageCount total Azure library packages published to NuGet from the [azure-sdk account](https://www.nuget.org/profiles/azure-sdk).
There are PackageCount total Azure SDK library packages published to NuGet from the [azure-sdk account](https://www.nuget.org/profiles/azure-sdk).
{% endcapture %}

{% include releases/dotnet.md type="all" %}
Expand Down
2 changes: 1 addition & 1 deletion releases/latest/all/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar: releases_sidebar
header: true
---
{% capture description %}
There are PackageCount total Azure library packages published to maven central from the [azure-sdk account](https://search.maven.org/search?q=g:com.microsoft.azure%20OR%20g:com.azure).
There are PackageCount total Azure SDK library packages published to maven central from the [azure-sdk account](https://search.maven.org/search?q=g:com.microsoft.azure%20OR%20g:com.azure).
{% endcapture %}

{% include releases/java.md type="all" %}
Expand Down
2 changes: 1 addition & 1 deletion releases/latest/all/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar: releases_sidebar
header: true
---
{% capture description %}
There are PackageCount total Azure library packages published to npm from the [azure-sdk account](https://www.npmjs.com/~azure-sdk).
There are PackageCount total Azure SDK library packages published to npm from the [azure-sdk account](https://www.npmjs.com/~azure-sdk).
{% endcapture %}

{% include releases/js.md type="all" %}
Expand Down
2 changes: 1 addition & 1 deletion releases/latest/all/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar: releases_sidebar
header: true
---
{% capture description %}
There are PackageCount total Azure library packages published to PyPI from the [azure-sdk account](https://pypi.org/user/azure-sdk/).
There are PackageCount total Azure SDK library packages published to PyPI from the [azure-sdk account](https://pypi.org/user/azure-sdk/).
{% endcapture %}

{% include releases/python.md type="all" %}
Expand Down