Skip to content

Commit 1e8090d

Browse files
authored
Fix syntax (#1070)
Markdown style syntax is not valid.
1 parent 324bdd7 commit 1e8090d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop-src/Msi/hyperlink-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Hyperlink control displays a HTML link to an address, which opens in the def
1515
The Text value of the HyperLink control uses the anchor \<a\> tag and the HREF attribute value to specify the URL and displayed text of the link.
1616

1717
``` syntax
18-
[Blue Yonder Airlines](https://www.blueyonderairlines.com)
18+
<a href="https://www.blueyonderairlines.com">Blue Yonder Airlines</a>
1919
```
2020

2121
## Control Attributes

0 commit comments

Comments
 (0)