1
0
Fork 0

Revert cookbook link .md - it has to be absolute.

This commit is contained in:
Wilfried Goesgens 2015-11-27 13:23:10 +01:00
parent 8f243fea3c
commit 43290c73c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
!CHAPTER Foxx Job Queues
If you have never built a Foxx App, then you can make your own [first Foxx App](https://docs.arangodb.com/cookbook/FoxxFirstSteps.md) using our [cookbook](https://docs.arangodb.com/cookbook).
If you have never built a Foxx App, then you can make your own [first Foxx App](https://docs.arangodb.com/cookbook/FoxxFirstSteps.html) using our [cookbook](https://docs.arangodb.com/cookbook).
Foxx allows defining job queues that let you perform slow or expensive actions asynchronously. These queues can be used to send e-mails, call external APIs or perform other actions that you do not want to perform directly or want to retry on failure.