diff --git a/_includes/releases/header.md b/_includes/releases/header.md index fea18d804b91..abb56a830057 100644 --- a/_includes/releases/header.md +++ b/_includes/releases/header.md @@ -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 diff --git a/releases/latest/all/dotnet.md b/releases/latest/all/dotnet.md index a70721941b10..539a99543b84 100644 --- a/releases/latest/all/dotnet.md +++ b/releases/latest/all/dotnet.md @@ -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" %} diff --git a/releases/latest/all/java.md b/releases/latest/all/java.md index 437d75930c02..9d0103f0f3af 100644 --- a/releases/latest/all/java.md +++ b/releases/latest/all/java.md @@ -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" %} diff --git a/releases/latest/all/js.md b/releases/latest/all/js.md index a363fc5bc967..36817dd830ac 100644 --- a/releases/latest/all/js.md +++ b/releases/latest/all/js.md @@ -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" %} diff --git a/releases/latest/all/python.md b/releases/latest/all/python.md index 4b6b02e69a46..1d0f863d60b0 100644 --- a/releases/latest/all/python.md +++ b/releases/latest/all/python.md @@ -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" %}