Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Jan 14, 2025
1 parent cecba2e commit 629b6c6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on: [push, pull_request]

jobs:
markdown-link-check:
runs-on: ubuntu-22.04 #workaround https://github.com/UmbrellaDocs/action-linkspector/issues/32
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: umbrelladocs/[email protected]
with:
- uses: actions/checkout@master
- uses: umbrelladocs/[email protected]
with:
reporter: github-pr-review
config_file: '.github/workflows/.linkspector.yml'
level: error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Now that you have the Spring Boot application running locally, it's time to move
[Web application and Resource server in one application]: https://github.com/Azure/azure-sdk-for-java/tree/3b84b480a4e0284916da8fe96d4027fdb7262dd1/sdk/spring/azure-spring-boot-starter-active-directory#web-application-and-resource-server-in-one-application
[Configure web application]: ../web-client-access-resource-server/aad-web-application/README.md#configure-web-app
[Configure groups for sign in user]: ../web-client-access-resource-server/aad-web-application/README.md#configure-groups-for-sign-in-user
[Configure your middle-tier Web API]: ../web-client-access-resource-server/aad-resource-server-obo#configure-your-middle-tier-web-api-a
[Configure Web API]: ../web-client-access-resource-server/aad-resource-server#configure-web-api
[Configure your middle-tier Web API]: ../web-client-access-resource-server/aad-resource-server-obo/README.md#configure-your-middle-tier-web-api-a
[Configure Web API]: ../web-client-access-resource-server/aad-resource-server/README.md#configure-web-api
[Check the authentication and authorization of Web Application]: ../web-client-access-resource-server/aad-web-application/README.md#check-the-authentication-and-authorization
[Check the authentication and authorization of Resource Server]: ../web-client-access-resource-server/aad-resource-server/README.md#check-the-authentication-and-authorization
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ source run_all.sh
.\run_all.ps1
```

## [Check the authentication and authorization](./aad-web-application#Check-the-authentication-and-authorization)
## [Check the authentication and authorization](./aad-web-application/README.md#Check-the-authentication-and-authorization)

## Clean Up Resources
After running the sample, if you don't want to run the sample, remember to destroy the Azure resources you created to avoid unnecessary billing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ In Azure portal, app registration manifest page, configure `oauth2AllowImplicitF
[this issue]: https://github.com/MicrosoftDocs/azure-docs/issues/8121#issuecomment-387090099
[Resource Server]: ../aad-resource-server
[Resource Server Obo]: ../aad-resource-server-obo
[config for resource server obo]: ../aad-resource-server-obo#configure-your-middle-tier-web-api-a
[config for resource server obo]: ../aad-resource-server-obo/README.md#configure-your-middle-tier-web-api-a

0 comments on commit 629b6c6

Please sign in to comment.