Skip to content

Commit 89de9e9

Browse files
committed
fixing broken links
1 parent 40f69d4 commit 89de9e9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/active-directory/develop/scenario-daemon-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ data = requests.get(endpoint, headers=http_headers, stream=False).json()
124124

125125
# [.NET low level](#tab/dotnet)
126126

127-
[!INCLUDE [Call web API in .NET](./includes/web-api/scenarios-call-apis-dotnet.md)]
127+
[!INCLUDE [Call web API in .NET](./includes/scenarios/scenarios-call-apis-dotnet.md)]
128128

129129
---
130130

articles/active-directory/develop/scenario-desktop-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Now that you have a token, you can call a protected web API.
2424

2525
# [.NET](#tab/dotnet)
2626

27-
[!INCLUDE [Call web API in .NET](./includes/web-api/scenarios-call-apis-dotnet.md)]
27+
[!INCLUDE [Call web API in .NET](./includes/scenarios/scenarios-call-apis-dotnet.md)]
2828

2929
# [Java](#tab/java)
3030

articles/active-directory/develop/scenario-mobile-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ task.resume()
109109

110110
### Xamarin
111111

112-
[!INCLUDE [Call web API in .NET](./includes/web-api/scenarios-call-apis-dotnet.md)]
112+
[!INCLUDE [Call web API in .NET](./includes/scenarios/scenarios-call-apis-dotnet.md)]
113113

114114
## Make several API requests
115115

articles/active-directory/develop/scenario-web-api-call-api-app-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Microsoft recommends that you use the [Microsoft.Identity.Web](https://www.nuget
2626

2727
## Client secrets or client certificates
2828

29-
[!INCLUDE [web-app-client-credentials.md](./includes/web-app/web-app-client-credentials.md)]
29+
[!INCLUDE [web-app-client-credentials.md](./includes/web-app-client-credentials.md)]
3030

3131
## Program.cs
3232

@@ -131,7 +131,7 @@ The following image shows the possibilities of *Microsoft.Identity.Web* and the
131131

132132
## Client secrets or client certificates
133133

134-
[!INCLUDE [web-app-client-credentials.md](./includes/web-app/web-app-client-credentials.md)]
134+
[!INCLUDE [web-app-client-credentials.md](./includes/web-app-client-credentials.md)]
135135

136136
## Modify *Startup.Auth.cs*
137137

articles/active-directory/develop/scenario-web-app-call-api-app-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Select the tab for the platform you're interested in:
3737

3838
## Client secrets or client certificates
3939

40-
[!INCLUDE [web-app-client-credentials.md](./includes/web-app/web-app-client-credentials.md)]
40+
[!INCLUDE [web-app-client-credentials.md](./includes/web-app-client-credentials.md)]
4141

4242
## Startup.cs
4343

@@ -139,7 +139,7 @@ The following image shows the various possibilities of *Microsoft.Identity.Web*
139139

140140
## Client secrets or client certificates
141141

142-
[!INCLUDE [web-app-client-credentials.md](./includes/web-app/web-app-client-credentials.md)]
142+
[!INCLUDE [web-app-client-credentials.md](./includes/web-app-client-credentials.md)]
143143

144144
## Startup.Auth.cs
145145

0 commit comments

Comments
 (0)