Skip to content

Commit

Permalink
Merge pull request #539 from alexmojaki/patch-1
Browse files Browse the repository at this point in the history
Fix links to examples
  • Loading branch information
surma committed May 16, 2021
2 parents 9916517 + e583a2e commit 46f79fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Comlink turns this messaged-based API into a something more developer-friendly b

## Examples

### [Running a simple function](https://github.com/GoogleChromeLabs/comlink/tree/master/docs/examples/01-simple-example)
### [Running a simple function](./docs/examples/01-simple-example)

**main.js**

Expand Down Expand Up @@ -64,7 +64,7 @@ const obj = {
Comlink.expose(obj);
```

### [Callbacks](https://github.com/torch2424/comlink/tree/master/docs/examples/02-callback-example)
### [Callbacks](./docs/examples/02-callback-example)

**main.js**

Expand Down

0 comments on commit 46f79fc

Please sign in to comment.