Skip to content

Commit

Permalink
docs(Readme): Absolute link for examples folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Aug 20, 2024
1 parent 53f3d0e commit 04d0721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ http.createServer((req, res) => {
console.log('Server running at http://127.0.0.1:3000/');
});
```
See the [examples](./examples) folder for more examples.
See the [examples](https://github.com/sebbo2002/ical-generator/tree/develop/examples) folder for more examples.

## 📑 API-Reference

Expand Down

0 comments on commit 04d0721

Please sign in to comment.