Skip to content

Commit 15d1401

Browse files
authored
Merge pull request #1014 from DuendeSoftware/mb/fix
Update links in IdentityServer4 upgrade analysis documentation to reflect correct file paths
2 parents c07cba7 + 5218acf commit 15d1401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Steps } from "@astrojs/starlight/components";
1010
import { Tabs, TabItem } from "@astrojs/starlight/components";
1111

1212
To help assist in planning the [migration of an IdentityServer4 implementation to Duende IdentityServer](/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx),
13-
we provide a utility that [analyzes the current configuration of your current IdentityServer4](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/src/content/docs/identityserver/upgrades/code/MigrationAnalysisController.cs).
13+
we provide a utility that [analyzes the current configuration of your current IdentityServer4](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/astro/src/content/docs/identityserver/upgrades/code/MigrationAnalysisController.cs).
1414
It inspects the running instance to provide specific recommendations and highlights potential compatibility issues during the upgrade and migration process.
1515

1616
Note that the data provided is informative and should not be considered a complete migration plan.
@@ -21,7 +21,7 @@ We also offer a [free IdentityServer4 upgrade assessment](https://duendesoftware
2121

2222
## Installation
2323

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)
24+
This Migration Analysis tool is provided as a single file, [`MigrationAnalysisController.cs`](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/astro/src/content/docs/identityserver/upgrades/code/MigrationAnalysisController.cs), which can be [downloaded](https://raw.githubusercontent.com/DuendeSoftware/docs.duendesoftware.com/refs/heads/main/astro/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)