Skip to content

Commit 16fdf69

Browse files
authored
Set absolute paths to examples (#98)
(So they're reachable from Transloadit.com)
1 parent 78b64b1 commit 16fdf69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ You can find [details about your executed Assemblies here](https://transloadit.c
8989

9090
## Examples
9191

92-
- [Upload and resize image](examples/resize_an_image.js)
93-
- [Upload image and convert to WebP](examples/convert_to_webp.js)
94-
- [Crop a face out of an image and download the result](examples/face_detect_download.js)
95-
- [Retry example](examples/retry.js)
96-
- [Calculate total costs (GB usage)](examples/fetch_costs_of_all_assemblies_in_timeframe.js)
97-
- [Templates CRUD](examples/template_api.js)
92+
- [Upload and resize image](https://github.com/transloadit/node-sdk/blob/master/examples/resize_an_image.js)
93+
- [Upload image and convert to WebP](https://github.com/transloadit/node-sdk/blob/master/examples/convert_to_webp.js)
94+
- [Crop a face out of an image and download the result](https://github.com/transloadit/node-sdk/blob/master/examples/face_detect_download.js)
95+
- [Retry example](https://github.com/transloadit/node-sdk/blob/master/examples/retry.js)
96+
- [Calculate total costs (GB usage)](https://github.com/transloadit/node-sdk/blob/master/examples/fetch_costs_of_all_assemblies_in_timeframe.js)
97+
- [Templates CRUD](https://github.com/transloadit/node-sdk/blob/master/examples/template_api.js)
9898

9999
For more fully working examples take a look at [`examples/`](examples/).
100100

0 commit comments

Comments
 (0)