Skip to content

Commit b0a5685

Browse files
authored
Merge pull request #97456 from 928PJY/v3-content-fix-anchor-href
fixed unquoted href
2 parents b5a8361 + d27710c commit b0a5685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/authentication-flows-app-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ Scenarios that involve acquiring tokens also map to OAuth 2.0 authentication flo
264264
</tr>
265265

266266
<tr>
267-
<td><a href=scenario-web-api-call-api-overview.md"><img alt="Web API that calls web APIs" src="media/scenarios/web-api.svg"></a></td>
268-
<td><a href=scenario-web-api-call-api-overview.md">A web API that calls web APIs</a></td>
267+
<td><a href="scenario-web-api-call-api-overview.md"><img alt="Web API that calls web APIs" src="media/scenarios/web-api.svg"></a></td>
268+
<td><a href="scenario-web-api-call-api-overview.md">A web API that calls web APIs</a></td>
269269
<td><a href="v2-oauth2-on-behalf-of-flow.md">On Behalf Of</a></td>
270270
<td>Work or school accounts and personal accounts</td>
271271
</tr>

0 commit comments

Comments
 (0)