fix examples link
This commit is contained in:
parent
c924f63ffb
commit
baf10419f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue