From 2e915c99752aa98668079982855b44a18a0f8f35 Mon Sep 17 00:00:00 2001 From: USAGI <124278082+snekkenull@users.noreply.github.com> Date: Sun, 21 Apr 2024 21:38:53 +0800 Subject: [PATCH] Update getting-started.md (#247) Fix 404 issue of environment_variables_template_file path when visiting https://docqai.github.io/docq/user-guide/getting-started/ --- docs/user-guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/getting-started.md b/docs/user-guide/getting-started.md index 49a0205d..5e0fbaf6 100644 --- a/docs/user-guide/getting-started.md +++ b/docs/user-guide/getting-started.md @@ -6,7 +6,7 @@ To get you started, we show you one example for each scenario below. ## Pre-requisites -- Make sure to study the [environment variables template file](../../misc/docker.env.template) in the repo to collect all the values for required environment variables. +- Make sure to study the [environment variables template file](https://github.com/docqai/docq/blob/main/misc/docker.env.template) in the repo to collect all the values for required environment variables. - Take a note on the default username and password for the _admin_ user created when running the application for the first time. Changing the password for this account will be the first thing you do after deploying this app. - username: `docq` - password: `Docq.AI`