Skip to content

Commit 4e50bfd

Browse files
authored
Merge pull request #809 from DuendeSoftware/mb/fix
Fix broken links
2 parents fb7a13d + cb13416 commit 4e50bfd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/docs/accesstokenmanagement/workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A common scenario in worker applications or background tasks (or really any daem
1717
The access tokens need to be requested and [cached](/accesstokenmanagement/advanced/client-credentials/#token-caching) (either locally or shared between multiple instances) and made available to the code calling the APIs. In case of expiration (or other token invalidation reasons), a new access token needs to be requested.
1818
The actual business code should not need to be aware of this.
1919

20-
For more information, see the [advanced topic on client credentials](accesstokenmanagement/advanced/client-credentials/).
20+
For more information, see the [advanced topic on client credentials](/accesstokenmanagement/advanced/client-credentials/).
2121

2222
:::note[Sample code]
2323
Take a look at the [`Worker` project in the samples folder](https://github.com/DuendeSoftware/foss/tree/main/access-token-management/samples/) for example code.

src/content/docs/bff/getting-started/blazor.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /bff/v2/samples/bff/
99
- /bff/v3/samples/bff-blazor/
1010
- /bff/v3/samples/quickstarts/
11+
- /bff/samples/bff-blazor/
1112
- /identityserver/v5/bff/samples/bff-blazor/
1213
- /identityserver/v6/bff/samples/bff-blazor/
1314
- /identityserver/v7/bff/samples/bff-blazor/

0 commit comments

Comments
 (0)