Skip to content

Commit 3d7f98b

Browse files
committed
Make link checker happier
1 parent 5accaef commit 3d7f98b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3535
with:
36-
args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
36+
args: "--no-progress --max-concurrency 8 --accept 200,429 --exclude-path llms.txt --exclude-path llms-full.txt --exclude-path llms-small.txt --exclude-loopback --require-https --exclude sample.duendesoftware.com --exclude docs.duendesoftware.com --exclude sitemap --exclude \"https://github.com/DuendeArchive/IdentityModel.AspNetCore/\" --root-dir \"$PWD/root\" root/**"
3737
fail: true

src/content/docs/identitymodel-oidcclient/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redirect_from:
1010
import { CardGrid, LinkCard } from "@astrojs/starlight/components";
1111

1212
:::tip
13-
**`Duende.IdentityModel.OidcClient` is a [certified](http://openid.net/certification/) OpenID Connect
13+
**`Duende.IdentityModel.OidcClient` is a [certified](https://openid.net/certification/) OpenID Connect
1414
relying party implementation.**
1515
:::
1616

0 commit comments

Comments
 (0)