Skip to content

Commit 89b0905

Browse files
authored
Update docs links (#15)
2 parents 25a7962 + eba4a8d commit 89b0905

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/Pages/Index.cshtml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,22 @@
6767
@if (clients.Key == "m2m")
6868
{
6969
<p>
70-
Machine-to-machine communication can be done using <a href="https://docs.duendesoftware.com/identityserver/v7/quickstarts/1_client_credentials/">client credentials</a>.
70+
Machine-to-machine communication can be done using <a href="https://docs.duendesoftware.com/identityserver/quickstarts/1-client-credentials">client credentials</a>.
7171
</p>
7272
<ul>
73-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/basics/#client-credentials">Sample using client credentials</a></li>
74-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/basics/#jwt-based-client-authentication">Sample using client credentials (JWT-based)</a></li>
75-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/misc/#dpop">Sample using DPoP</a></li>
73+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/basics#client-credentials">Sample using client credentials</a></li>
74+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/basics#jwt-based-client-authentication">Sample using client credentials (JWT-based)</a></li>
75+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/misc#dpop">Sample using DPoP</a></li>
7676
</ul>
7777
}
7878
else if (clients.Key == "interactive")
7979
{
8080
<p>
81-
Interactive clients use <a href="https://docs.duendesoftware.com/identityserver/v7/quickstarts/2_interactive/">interactive user authentication via the OpenID Connect protocol</a>.
81+
Interactive clients use <a href="https://docs.duendesoftware.com/identityserver/quickstarts/2-interactive">interactive user authentication via the OpenID Connect protocol</a>.
8282
</p>
8383
<ul>
84-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/basics/#mvc-client-sample">Sample MVC client application</a></li>
85-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/basics/#mvc-client-with-jar-and-jwt-based-authentication">Sample MVC client application (JAR and JWT)</a></li>
84+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/basics#mvc-client-sample">Sample MVC client application</a></li>
85+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/basics#mvc-client-with-jar-and-jwt-based-authentication">Sample MVC client application (JAR and JWT)</a></li>
8686
</ul>
8787
}
8888

src/Pages/ServerSideSessions/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<div class="col">
137137
You do not have server-side sessions enabled.
138138
To do so, use <i>AddServerSideSessions</i> on your IdentityServer configuration.
139-
See the <a href="https://docs.duendesoftware.com/identityserver/v6/ui/server_side_sessions">documentation</a> for more information.
139+
See the <a href="https://docs.duendesoftware.com/identityserver/ui/server-side-sessions">documentation</a> for more information.
140140
</div>
141141
</div>
142142
}

0 commit comments

Comments
 (0)