Skip to content

Commit

Permalink
in demo page, open api doc link in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Mar 25, 2024
1 parent b5a491c commit fb01863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<h1>malle demo page</h1>
<h2>API documentation</h2>
<p>If you are looking for the complete API documentation, with all possible options and interfaces with their description, it is available here:</p>
<a href='/malle/api'><button class='btn btn-primary'>Complete API documentation</button></a>
<a href='/malle/api' target='_blank'><button class='btn btn-primary'>Complete API documentation</button></a>
<h2>Minimal example</h2>
<p>The text <span id='minimal' class='fw-bold'>in bold</span> is malleable. Try clicking on it.</p>
<h2>Selecting input type</h2>
Expand Down

0 comments on commit fb01863

Please sign in to comment.