You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2020/10/15 03:47:40 UTC

[incubator-nlpcraft-website] branch master updated: Update release-notes-0.7.0.html

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 f367fd9  Update release-notes-0.7.0.html
f367fd9 is described below

commit f367fd9f49e48ec081b081717ad6f464550bc8f1
Author: Aaron Radzinski <ar...@datalingvo.com>
AuthorDate: Wed Oct 14 20:47:31 2020 -0700

    Update release-notes-0.7.0.html
---
 release-notes-0.7.0.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release-notes-0.7.0.html b/release-notes-0.7.0.html
index 02efb46..aad4919 100644
--- a/release-notes-0.7.0.html
+++ b/release-notes-0.7.0.html
@@ -31,7 +31,7 @@ layout: release-notes
             versions or prior JDK version.
         </li>
         <li>
-            We introduced <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentTerm.html">@NCIntentTerm</a> annotation
+            We introduced <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSample.html">@NCIntentSample</a> annotation
             that is broadly used throughout the project:
             <ul>
                 <li>In model auto-validation.</li>
@@ -40,7 +40,7 @@ layout: release-notes
             </ul>
         </li>
         <li>
-            We introduced model <a href="/tools/test_framework.html">auto-validation</a> based on <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentTerm.html">@NCIntentTerm</a> annotation
+            We introduced model <a href="/tools/test_framework.html">auto-validation</a> based on <a target="javadoc" href="/apis/latest/org/apache/nlpcraft/model/NCIntentSample.html">@NCIntentSample</a> annotation
             that allows for zero-code testing of the models (all shipped examples have been updated accordingly).
         </li>
         <li>