This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/master by this push:
new c4b63bd Update server-and-probe.html
c4b63bd is described below
commit c4b63bd52aafb552b0e9b97c8388547a11d161b8
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Jan 31 19:41:31 2021 -0800
Update server-and-probe.html
---
server-and-probe.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/server-and-probe.html b/server-and-probe.html
index 46b3551..4df3ee8 100644
--- a/server-and-probe.html
+++ b/server-and-probe.html
@@ -462,7 +462,7 @@ nlpcraft {
<a href="/using-rest.html">health check REST call</a>. The plugin
can be configured in the following way for your own project
(taken directly from NLPCraft <a target="github"
href="https://github.com/apache/incubator-nlpcraft/blob/master/nlpcraft/pom.xml"><code>pom.xml</code></a>):
</p>
- <pre class="brush: xml, highlight: [14, 16, 28]">
+ <pre class="brush: xml, highlight: [14, 16, 32]">
<plugin>
<groupId>com.bazaarvoice.maven.plugins</groupId>
<artifactId>process-exec-maven-plugin</artifactId>
@@ -528,7 +528,7 @@ nlpcraft {
</li>
<li>
Since the server log is piped out to a separate file we
disable ANSI coloring for the server
- on the line 28.
+ on the line 32.
</li>
</ul>
<div class="bq info">