fix examples link

This commit is contained in:
maddalax 2024-11-25 10:23:12 -06:00
parent c924f63ffb
commit baf10419f7

View file

@ -18,7 +18,7 @@ func ServerSentEvents(ctx *h.RequestContext) *h.Page {
`),
h.P(
h.Text("Example of this can be found in the "),
Link("examples/chat", "examples/chat"),
Link("examples/chat", "/examples/chat"),
h.Text(" project."),
),
SubTitle("How it works"),