From 0e7de05fd24ddc0dfe54375bb7b105053dc9c17f Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 8 Dec 2020 22:24:49 -0500 Subject: [PATCH] docs: fix reference --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 46ece67..ac3158d 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -51,7 +51,7 @@ docker run --cap-add=SYS_ADMIN \ ## Customization -To customize streetmerchant, make a copy of `.env-example` as `.env` and make any changes to your liking. View [Reference](docs/reference/application.md) for more information on variables and their usage. +To customize streetmerchant, make a copy of `.env-example` as `.env` and make any changes to your liking. View [Reference](reference/application.md) for more information on variables and their usage. ???+ tip All environment variables are optional.