Skip to content

Commit 1c94876

Browse files
authored
Update URLs (#13594)
* Learn Editor: Update search-extensions.md * Learn Editor: Update search-extensions.md
1 parent 5cc88ae commit 1c94876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

msteams-platform/resources/messaging-extension-v3/search-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ This example shows a response with two results, mixing different card formats: C
346346
"facts": [
347347
{
348348
"name": "Assigned to:",
349-
"value": "[Larry Brown](mailto:larryb@example.com)"
349+
"value": "[Larry Brown](mailto:larryb@contoso.com)"
350350
},
351351
{
352352
"name": "State:",
@@ -528,7 +528,7 @@ To prompt an unauthenticated user to sign in, respond with a suggested action of
528528
"actions":[
529529
{
530530
"type": "openUrl",
531-
"value": "https://example.com/auth",
531+
"value": "https://contoso.com/auth",
532532
"title": "Sign in to this app"
533533
}
534534
]

0 commit comments

Comments
 (0)