Skip to content

Commit

Permalink
docs: update references in examples (#4395)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-ferdman authored Oct 28, 2024
1 parent 1c2ad7a commit db42ef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/adblocker-electron-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Or, start example as esm module
$ yarn start:esm
```

Checkout [index.ts](./index.ts) for more details!
Checkout [src/index.ts](https://github.com/ghostery/adblocker/blob/master/packages/adblocker-electron-example/src/index.ts) for more details!
2 changes: 1 addition & 1 deletion packages/adblocker-playwright-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Or, start as esm
$ yarn start:esm
```

Checkout [index.ts](https://github.com/ghostery/adblocker/blob/master/packages/adblocker-playwright-example/index.ts) for more details!
Checkout [src/index.ts](https://github.com/ghostery/adblocker/blob/master/packages/adblocker-playwright-example/src/index.ts) for more details!
2 changes: 1 addition & 1 deletion packages/adblocker-puppeteer-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ Or, start example as esm module
$ yarn start:esm
```

Checkout [index.ts](./index.ts) for more details!
Checkout [src/index.ts](https://github.com/ghostery/adblocker/blob/master/packages/adblocker-puppeteer-example/src/index.ts) for more details!

0 comments on commit db42ef8

Please sign in to comment.