This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git
The following commit(s) were added to refs/heads/main by this push:
new c466ce62 fix: link error
c466ce62 is described below
commit c466ce627923258efa9b61f9132009601a45a943
Author: shuai <[email protected]>
AuthorDate: Tue Jul 2 16:00:53 2024 +0800
fix: link error
---
docs/guides/deploy-subdirectory.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/guides/deploy-subdirectory.md
b/docs/guides/deploy-subdirectory.md
index cecd23b7..f97e5e4f 100644
--- a/docs/guides/deploy-subdirectory.md
+++ b/docs/guides/deploy-subdirectory.md
@@ -27,7 +27,7 @@ The configuration must be set at build time and cannot be
changed without a rebu
In order to unify the management of configuration-related variables, starting
from v1.3.5, the environment variables in the ui directory are unified into
`/configs/config.yaml` in the root directory, and the configurations here will
be generated into `/ui/.env.production` by scripts, so as to realize the
injection of environment variables.
-Note: This only affects variables in the production environment, for
development mode please continue to refer [here](/community/development). For
more information on configuration files, please refer to
[here](/docs/configfile).
+Note: This only affects variables in the production environment, for
development mode please continue to refer [here](/docs/development). For more
information on configuration files, please refer to [here](/docs/configfile).
```