Skip to content

Commit

Permalink
fix SSE example links (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Apr 24, 2024
1 parent a6af6cb commit 8c713c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/docs/cookbook/sse.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ broadcasting logic see https://github.com/r3labs/sse library.
### Server

```go reference
https: //github.com/labstack/echox/blob/master/cookbook/sse/simple/server.go
https://github.com/labstack/echox/blob/master/cookbook/sse/simple/server.go
```

### Event structure and Marshal method

```html reference
https://github.com/labstack/echox/blob/master/cookbook/sse/simple/serversideevent.go
```go reference
https://github.com/labstack/echox/blob/master/cookbook/sse/simple/serversentevent.go
```

### HTML serving SSE
Expand All @@ -34,7 +34,7 @@ https://github.com/labstack/echox/blob/master/cookbook/sse/simple/index.html
### Server

```go reference
https: //github.com/labstack/echox/blob/master/cookbook/sse/broadcast/server.go
https://github.com/labstack/echox/blob/master/cookbook/sse/broadcast/server.go
```

### HTML serving SSE
Expand Down

0 comments on commit 8c713c3

Please sign in to comment.