Skip to content

Commit dd4190f

Browse files
committed
Fixed broken links after changing docs folder name
1 parent 396eb4b commit dd4190f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/introspection/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ relies on the authorization server to provide this information.
2020

2121
:::tip
2222
By default, you can also use this library to introspect JWT tokens.
23-
You can disable this behavior by setting `SkipTokensWithDots = true` in the [`OAuth2IntrospectionOptions`](/introspection-auth-handler/options.mdx).
23+
You can disable this behavior by setting `SkipTokensWithDots = true` in the [`OAuth2IntrospectionOptions`](/introspection/options.mdx).
2424
:::
2525

2626
## Features
@@ -64,7 +64,7 @@ builder.Services.AddAuthentication(OAuth2IntrospectionDefaults.AuthenticationSch
6464
});
6565
```
6666

67-
More details on the available options can be found on the [options page](/introspection-auth-handler/options.mdx).
67+
More details on the available options can be found on the [options page](/introspection/options.mdx).
6868

6969
### Configuring the Backchannel HTTP Client
7070

0 commit comments

Comments
 (0)