1
0
Fork 0

Fix Foxx docu links and build

This commit is contained in:
Simran Brucherseifer 2016-06-20 11:27:35 +02:00
parent f63ae10cb9
commit 495ecbff38
3 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ The `aql` function is a JavaScript template string handler. It can be used to wr
To use it just prefix a JavaScript template string (the ones with backticks instead of quotes) with its import name (e.g. `aql`) and pass in variables like you would with a regular template string. The string will automatically be converted into an object with `query` and `bindVars` attributes which you can pass directly to `db._query` to execute. If you pass in a collection it will be automatically recognized as a collection reference and handled accordingly.
To find out more about AQL see the [AQL documentation](../../AQL/README.md).
To find out more about AQL see the [AQL documentation](../../AQL/index.html).
**Examples**

View File

@ -120,7 +120,7 @@ Please note that Foxx job queues are database-specific. Queues and jobs are alwa
@startDocuBlock foxxQueuesPollInterval
For the low-level functionality see [the chapter on the task management module](../Appendix/ModuleTasks/README.md).
For the low-level functionality see the chapter on the [task management module](../Appendix/JavaScriptModules/Tasks.md).
!SUBSECTION Creating or updating a queue