Skip to content

Commit eba4a8d

Browse files
committed
Update docs links
1 parent 79193ab commit eba4a8d

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
@@ -68,22 +68,22 @@
6868
@if (clients.Key == "m2m")
6969
{
7070
<p>
71-
Machine-to-machine communication can be done using <a href="https://docs.duendesoftware.com/identityserver/v7/quickstarts/1_client_credentials/">client credentials</a>.
71+
Machine-to-machine communication can be done using <a href="https://docs.duendesoftware.com/identityserver/quickstarts/1-client-credentials">client credentials</a>.
7272
</p>
7373
<ul>
74-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/basics/#client-credentials">Sample using client credentials</a></li>
75-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/basics/#jwt-based-client-authentication">Sample using client credentials (JWT-based)</a></li>
76-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/misc/#dpop">Sample using DPoP</a></li>
74+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/basics#client-credentials">Sample using client credentials</a></li>
75+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/basics#jwt-based-client-authentication">Sample using client credentials (JWT-based)</a></li>
76+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/misc#dpop">Sample using DPoP</a></li>
7777
</ul>
7878
}
7979
else if (clients.Key == "interactive")
8080
{
8181
<p>
82-
Interactive clients use <a href="https://docs.duendesoftware.com/identityserver/v7/quickstarts/2_interactive/">interactive user authentication via the OpenID Connect protocol</a>.
82+
Interactive clients use <a href="https://docs.duendesoftware.com/identityserver/quickstarts/2-interactive">interactive user authentication via the OpenID Connect protocol</a>.
8383
</p>
8484
<ul>
85-
<li><a href="https://docs.duendesoftware.com/identityserver/v7/samples/basics/#mvc-client-sample">Sample MVC client application</a></li>
86-
<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>
85+
<li><a href="https://docs.duendesoftware.com/identityserver/samples/basics#mvc-client-sample">Sample MVC client application</a></li>
86+
<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>
8787
</ul>
8888
}
8989

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)