Skip to content

Commit

Permalink
Fix link to User Guide in mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sharat87 committed Nov 12, 2024
1 parent a1faedf commit fc1f8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/mixer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1><img alt=Logo src='{{.pathPrefix}}/assets/icon-180.png'> Mixer &mdash; <a href="/{{.pathPrefix}}">Httpbun</a></h1>

<p style="font-size:1.2em">Build your own API endpoint, by combining multiple functionalities into one endpoint.
<a href="help/mixer" style="white-space:nowrap">User guide</a>.</p>
<a href="{{.pathPrefix}}/help/mixer" style="white-space:nowrap">User guide</a>.</p>

<noscript><p style="color:red">This page requires JavaScript. Please enable it.</p></noscript>

Expand Down

0 comments on commit fc1f8dc

Please sign in to comment.