Skip to content

Commit d0f5ea2

Browse files
committed
Refine wording in IdentityServer4 upgrade documentation for clarity and consistency.
1 parent d47e868 commit d0f5ea2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { Tabs, TabItem } from "@astrojs/starlight/components";
1212
This upgrade guide covers upgrading from IdentityServer4 to Duende IdentityServer v7.4.
1313
IdentityServer4 reached its end of life (EOL) on December 13, 2022. It is strongly advised to migrate to Duende IdentityServer.
1414

15-
:::tip[IdentityServer4 Upgrade Analysis]
16-
Start your upgrade with this step-by-step migration guide, and use our automated [IdentityServer4 Upgrade Analysis](/identityserver/upgrades/identityserver4-upgrade-analysis.mdx)
15+
:::tip[IdentityServer4 Migration Analysis]
16+
Start your upgrade with this step-by-step migration guide, and use our automated [IdentityServer4 Migration Analysis Tool](/identityserver/upgrades/identityserver4-upgrade-analysis.mdx)
1717
tool to help identify important aspects of your upgrade to Duende IdentityServer.
1818

1919
We also offer a [free IdentityServer4 upgrade assessment](https://duendesoftware.com/upgrade-identityserver4) to walk you through your upgrade path.

src/content/docs/identityserver/upgrades/identityserver4-upgrade-analysis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We also offer a [free IdentityServer4 upgrade assessment](https://duendesoftware
2121

2222
## Installation
2323

24-
This tool is provided as a single file, [`MigrationAnalysisController.cs`](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/src/content/docs/identityserver/upgrades/code/MigrationAnalysisController.cs), which can be [downloaded](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/src/content/docs/identityserver/upgrades/code/MigrationAnalysisController.cs)
24+
This Migration Analysis tool is provided as a single file, [`MigrationAnalysisController.cs`](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/src/content/docs/identityserver/upgrades/code/MigrationAnalysisController.cs), which can be [downloaded](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/src/content/docs/identityserver/upgrades/code/MigrationAnalysisController.cs)
2525
and added directly to any existing IdentityServer4 project. It does not require a separate library or complex installation process.
2626

2727
The tool's code was deliberately kept rudimentary and compatible with earlier C# versions to ensure maximum compatibility with older projects.

0 commit comments

Comments
 (0)