Skip to content

Commit 89daebe

Browse files
committed
fix documentation link
1 parent bb116e2 commit 89daebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ a new worker in a top-level `workers/` directory in your project.
2828
> }
2929
> ```
3030
31-
Read [🚀@skyrocketjs/worker](./packages/worker/README.md) for full documentation of the features and APIs available to these workers.
31+
Read [🚀@skyrocketjs/worker](../worker/README.md) for full documentation of the features and APIs available to these workers.
3232
3333
Once you've defined a worker, you can use it from your application
3434
by injecting the worker (for instance into a route, component, controller or service);

0 commit comments

Comments
 (0)