From 200ac4673ae0cc6efe07b55b2d969956524d0e37 Mon Sep 17 00:00:00 2001 From: patrick Date: Sat, 25 Feb 2017 09:12:05 +0800 Subject: [PATCH] Update options.md (#541) update readme.md --- docs/options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/options.md b/docs/options.md index 6d3a4d872..b8bd19cad 100644 --- a/docs/options.md +++ b/docs/options.md @@ -16,7 +16,7 @@ docker run -e VAR_NAME=VALUE ... DB_URL -The database URL to use in URL format. See [Databases](databases/README.md) for more information. Default: BoltDB in current working directory `bolt.db`. +The database URL to use in URL format. See [Databases](operating/databases/README.md) for more information. Default: BoltDB in current working directory `bolt.db`. MQ_URL @@ -46,7 +46,7 @@ a couple reasons why we did it this way: the docker run command to set the max memory for the IronFunctions instance AND all of the functions it's running. There are some reasons you may not want to use dind, such as using the image cache during testing or you're running -[Windows](windows.md). +[Windows](operating/windows.md). ### Mount the Host Docker