Skip to content

Commit 6cc1bd7

Browse files
authored
Fix loc for link text "C/C++ Properties Schema Reference". (#13359)
1 parent 72f68c0 commit 6cc1bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/ui/settings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426

427427
<div style="height: 30px; display: block"></div>
428428

429-
<span data-loc-id="check.the.schema">Learn more about the C/C++ properties by going to <a href="https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference" title="Properties Schema Reference" data-loc-id-title="view.schema.reference">C/C++ Properties Schema Reference</a>.</span><br>
429+
<span data-loc-id="check.the.schema">Learn more about the C/C++ properties by going to <a data-loc-id="cpp.properties.schema.reference" href="https://code.visualstudio.com/docs/cpp/c-cpp-properties-schema-reference" title="Properties Schema Reference" data-loc-id-title="view.schema.reference">C/C++ Properties Schema Reference</a>.</span><br>
430430
</div>
431431

432432
</div> <!-- sidebar end -->

0 commit comments

Comments
 (0)