Skip to content

Commit 2bc307d

Browse files
authored
Merge pull request #97402 from 928PJY/v3-content-fix-anchor-href
fix unquoted href in <a>
2 parents ed26108 + 840b918 commit 2bc307d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Scenarios that involve acquiring tokens also map to OAuth 2.0 authentication flo
258258

259259
<tr>
260260
<td><a href="scenario-daemon-overview.md"><img alt="Daemon app that calls web APIs" src="media/scenarios/daemon-app.svg"></a></td>
261-
<td><a href=scenario-daemon-overview.md">A daemon app that calls web APIs</a></td>
261+
<td><a href="scenario-daemon-overview.md">A daemon app that calls web APIs</a></td>
262262
<td><a href="v2-oauth2-client-creds-grant-flow.md">Client credentials</a></td>
263263
<td>App-only permissions with no user and used only in Azure AD organizations</td>
264264
</tr>

0 commit comments

Comments
 (0)