Skip to content

Commit

Permalink
fix: typo and add in redirect for decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Jun 24, 2023
1 parent 0ff5bd7 commit 9e3bcb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Booting the app actually goes through the `boot.ts` file first. This is where
you will be adding the [Controllers](%baseurl%controllers) and
[Job Queues](%baseurl%job-queues) imports to make sure the app loads them up.
[Job Queues](%baseurl%queues) imports to make sure the app loads them up.

## Caveats

Expand Down
5 changes: 4 additions & 1 deletion docs/queues.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Queues

TBD
> **TBD**
While this doc is incomplete, you can still get the basic idea from the **Job
Decorators** section in [Decorators](%baseurl%decorators)

0 comments on commit 9e3bcb3

Please sign in to comment.