Skip to content

Commit db6b2b2

Browse files
Fixed broken link
Removed the ASP.NET Razor specific `~` prefix to the URL
1 parent a488355 commit db6b2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ async function taskBuildWebsite() {
971971
<h3 id="api">Public API</h3>
972972
<p>
973973
<img src="/img/api.png" width="256" height="88" alt="Public API for JSON Schemas" class="left" />
974-
The JSON <a href="~/api/json/catalog.json">API</a> contains a list of JSON Schema files for known JSON file formats.
974+
The JSON <a href="/api/json/catalog.json">API</a> contains a list of JSON Schema files for known JSON file formats.
975975
Each schema file can be used in tooling such as command line validators, editor auto-completion etc.
976976
</p>
977977
<p>

0 commit comments

Comments
 (0)