Skip to content

Commit 96ccce0

Browse files
Update template references to Duende.Templates
Replaced all references from `Duende.IdentityServer.Templates` to the new `Duende.Templates` package. Updated NuGet links, source code references, and installation commands accordingly to ensure consistency across the documentation.
1 parent 927eb69 commit 96ccce0

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

IdentityServer/v7/docs/content/overview/packaging.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ as a starting point for your modifications.
1919
### Templates
2020
Contains templates for the dotnet CLI.
2121

22-
* NuGet [package](https://www.nuget.org/packages/Duende.IdentityServer.Templates)
23-
* [source code](https://github.com/DuendeSoftware/IdentityServer.Templates)
22+
* NuGet [package](https://www.nuget.org/packages/Duende.Templates)
23+
* [source code](https://github.com/DuendeSoftware/products/tree/main/templates)
2424

2525
You can install the templates using the following command:
2626

2727
```
28-
dotnet new -i Duende.IdentityServer.Templates
28+
dotnet new -i Duende.Templates
2929
```
3030

3131
### Source Code
32-
You can find the Duende IdentityServer source code on [GitHub](https://github.com/duendesoftware/IdentityServer).
32+
You can find the Duende IdentityServer source code on [GitHub][source].
33+
34+
[source]: https://github.com/DuendeSoftware/products/tree/main/templates

IdentityServer/v7/docs/content/quickstarts/0_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Every quickstart has a reference solution - you can find the code in the [sample
2020
The first thing you should do is install our templates:
2121

2222
```
23-
dotnet new install Duende.IdentityServer.Templates
23+
dotnet new install Duende.Templates
2424
```
2525

2626
They will be used as a starting point for the various tutorials.

IdentityServer/v7/docs/content/quickstarts/1_client_credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ the quickstarts. To install the templates open a console window and type the
3737
following command:
3838

3939
```console
40-
dotnet new install Duende.IdentityServer.Templates
40+
dotnet new install Duende.Templates
4141
```
4242

4343
## Create the Solution and IdentityServer Project

0 commit comments

Comments
 (0)