Skip to content

Commit 315234c

Browse files
Update source code links.
They were previously all pointing to diagnostics.
1 parent 8b779e7 commit 315234c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Pages/Index.cshtml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</p>
5656
</div>
5757
<div class="card-footer p-0">
58-
<a href="/.well-known/openid-configuration" class="btn btn-primary w-100 rounded-bottom">
58+
<a href="/.well-known/openid-configuration" class="btn btn-primary w-100">
5959
Go
6060
<i class="glyphicon glyphicon-chevron-right"></i>
6161
</a>
@@ -70,7 +70,7 @@
7070
<p class="card-text">See the claims for your current session.</p>
7171
</div>
7272
<div class="card-footer p-0">
73-
<a href="/diagnostics/" class="btn btn-primary w-100 rounded-bottom">
73+
<a href="/diagnostics/" class="btn btn-primary w-100">
7474
Go
7575
<i class="glyphicon glyphicon-chevron-right"></i>
7676
</a>
@@ -85,7 +85,7 @@
8585
<p class="card-text">Manage your stored grants.</p>
8686
</div>
8787
<div class="card-footer p-0">
88-
<a href="/grants/" class="btn btn-primary w-100 rounded-bottom">
88+
<a href="/grants/" class="btn btn-primary w-100">
8989
Go
9090
<i class="glyphicon glyphicon-chevron-right"></i>
9191
</a>
@@ -100,7 +100,7 @@
100100
<p class="card-text">View your pending Client-Initiated Backchannel Authentication (CIBA) login requests.</p>
101101
</div>
102102
<div class="card-footer p-0">
103-
<a href="/ciba/all/" class="btn btn-primary w-100 rounded-bottom">
103+
<a href="/ciba/all/" class="btn btn-primary w-100">
104104
Go
105105
<i class="glyphicon glyphicon-chevron-right"></i>
106106
</a>
@@ -122,7 +122,7 @@
122122
</p>
123123
</div>
124124
<div class="card-footer p-0">
125-
<a href="https://github.com/duendesoftware/products" class="btn btn-primary w-100 rounded-bottom">
125+
<a href="https://github.com/duendesoftware/products" class="btn btn-primary w-100">
126126
Source Code
127127
<i class="glyphicon glyphicon-download-alt"></i>
128128
</a>
@@ -137,7 +137,7 @@
137137
<p class="card-text">Ready-to-use IdentityServer samples for .NET and ASP.NET Core</p>
138138
</div>
139139
<div class="card-footer p-0">
140-
<a href="/diagnostics/" class="btn btn-primary w-100 rounded-bottom">
140+
<a href="https://github.com/DuendeSoftware/Samples/" class="btn btn-primary w-100">
141141
Source Code
142142
<i class="glyphicon glyphicon-download-alt"></i>
143143
</a>
@@ -152,7 +152,7 @@
152152
<p class="card-text">The source code for this demo server.</p>
153153
</div>
154154
<div class="card-footer p-0">
155-
<a href="/diagnostics/" class="btn btn-primary w-100 rounded-bottom">
155+
<a href="https://github.com/DuendeSoftware/demo.duendesoftware.com" class="btn btn-primary w-100">
156156
Source Code
157157
<i class="glyphicon glyphicon-download-alt"></i>
158158
</a>

0 commit comments

Comments
 (0)