Skip to content

Commit 2bc677d

Browse files
authored
Fix broken schema link. (#13951)
1 parent 5f7fad1 commit 2bc677d

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 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>
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/customize-cpp-settings" 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)