From 68055fc6538421fe161ea0c0e6ad68738ce186f9 Mon Sep 17 00:00:00 2001 From: Arthur De Magalhaes Date: Mon, 13 May 2019 20:08:11 -0400 Subject: [PATCH] Review comments Co-Authored-By: yosifkit --- open-liberty/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-liberty/content.md b/open-liberty/content.md index 9fcbb7b1a..9fea87b71 100644 --- a/open-liberty/content.md +++ b/open-liberty/content.md @@ -75,7 +75,7 @@ If you want to build the smallest possible WebSphere Liberty application image y ## Enabling Enterprise functionality -The Open Liberty images have a set of built-in XML snippets that enable and configure enterprise functionality such as session cache and monitoring. These are toggled by specific `ARG`s in your application image Dockerfile and configured via the `configure.sh` script. Please the [instructions](https://github.com/openliberty/ci.docker#enterprise-functionality) on our GitHub page for more information. +The Open Liberty images have a set of built-in XML snippets that enable and configure enterprise functionality such as session cache and monitoring. These are toggled by specific `ARG`s in your application image Dockerfile and configured via the `configure.sh` script. Please see the [instructions](https://github.com/openliberty/ci.docker#enterprise-functionality) on our GitHub page for more information. ## Using volumes for configuration