Skip to content

Commit 6d7e3f2

Browse files
authored
Merge pull request #1490 from redtopia/patch-4
Added link to "Using Maven" doc
2 parents 13a4629 + 19613e4 commit 6d7e3f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/recipes/configuration.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"related": [
1313
"function-configimport",
14-
"tag-application"
14+
"tag-application",
15+
"maven"
1516
]
1617
}
1718
-->
@@ -109,7 +110,7 @@ The location of the `lucee-server` directory can be customized using the `LUCEE_
109110
variable or the `-Dlucee.server.dir` system property.
110111

111112
At startup, Lucee reads this configuration, applying the settings and resolving resources (e.g., extensions,
112-
Maven endpoints, etc.). A best practice is to configure Lucee through the administrator, then export the
113+
[[maven|Maven endpoints]], etc.). A best practice is to configure Lucee through the administrator, then export the
113114
`.CFConfig.json` file as a base for future installations.
114115

115116
## Web Configurations

0 commit comments

Comments
 (0)