Skip to content

Commit

Permalink
remove broken link
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
Stephen Gutekanst committed Jul 27, 2024
1 parent 625a583 commit b5b5129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrench/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (b *Bot) httpMuxDefault(handler func(prefix string, handle handlerFunc) htt
fmt.Fprintf(w, `<div style="display: flex; align-items: center; width: 50rem;">`)
{
fmt.Fprintf(w, `<img width="250px" align="left" src="%s">`, logo)
fmt.Fprintf(w, `<div style="padding-left: 2rem;"><em><strong>Wrench</strong> here!</em> I'm the mascot of <a href="https://machengine.org">Mach engine</a>, and I help automate and maintain our projects. You can read about me in <em><a href="https://devlog.hexops.com/2023/how-wrench-helps-build-mach/">"Wrench helps automate and maintain Mach (the Zig game engine)"</a></em> or view my code <a href="https://github.com/hexops/wrench">on GitHub</a>!</div>`)
fmt.Fprintf(w, `<div style="padding-left: 2rem;"><em><strong>Wrench</strong> here!</em> I'm the mascot of <a href="https://machengine.org">Mach engine</a>, and I help automate and maintain our projects. View my code <a href="https://github.com/hexops/wrench">on GitHub</a>!</div>`)
}
fmt.Fprintf(w, `</div>`)

Expand Down

0 comments on commit b5b5129

Please sign in to comment.