Skip to content

Commit 200ac46

Browse files
guankaiseiflotfy
authored andcommitted
Update options.md (#541)
update readme.md
1 parent 4a4aef8 commit 200ac46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ docker run -e VAR_NAME=VALUE ...
1616
</tr>
1717
<tr>
1818
<td>DB_URL</td>
19-
<td>The database URL to use in URL format. See [Databases](databases/README.md) for more information. Default: BoltDB in current working directory `bolt.db`.</td>
19+
<td>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`.</td>
2020
</tr>
2121
<tr>
2222
<td>MQ_URL</td>
@@ -46,7 +46,7 @@ a couple reasons why we did it this way:
4646
the docker run command to set the max memory for the IronFunctions instance AND all of the functions it's running.
4747

4848
There are some reasons you may not want to use dind, such as using the image cache during testing or you're running
49-
[Windows](windows.md).
49+
[Windows](operating/windows.md).
5050

5151
### Mount the Host Docker
5252

0 commit comments

Comments
 (0)