diff --git a/fn/operate/options.md b/fn/operate/options.md index bc1f717..d6eca35 100644 --- a/fn/operate/options.md +++ b/fn/operate/options.md @@ -39,7 +39,7 @@ docker run -e VAR_NAME_FILE=/path/to/secret ... | Env Variables | Description | Default values | | --------------|-------------|----------------| | `FN_DB_URL` | The database URL to use in URL format. See [Databases](databases/README.md) for more information. | sqlite3:///app/data/fn.db | -| `FN_MQ_URL` | The message queue to use in URL format. See [Message Queues](mqs/README.md) for more information. | bolt:///app/data/worker_mq.db | +| `FN_MQ_URL` | The message queue to use in URL format. See [Message Queues](message-queues.md) for more information. | bolt:///app/data/worker_mq.db | | `FN_API_URL` | The primary Fn API URL to that this instance will talk to. In a production environment, this would be your load balancer URL. | N/A | | `FN_PORT `| Sets the port to run on | 8080 | | `FN_LOG_LEVEL` | Set to DEBUG to enable debugging | INFO |