This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-168
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-168 by this push:
     new 0671187  Fixing HTTPs.
0671187 is described below

commit 0671187d0e5f8392c3a36e313c6a661a4a2747fd
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Nov 2 21:19:29 2020 -0800

    Fixing HTTPs.
---
 README.md                                                           | 4 ++--
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md      | 2 +-
 .../src/main/scala/org/apache/nlpcraft/examples/alarm/README.md     | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md | 2 +-
 .../main/scala/org/apache/nlpcraft/examples/helloworld/README.md    | 2 +-
 .../main/scala/org/apache/nlpcraft/examples/lightswitch/README.md   | 2 +-
 .../src/main/scala/org/apache/nlpcraft/examples/phone/README.md     | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md  | 2 +-
 nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md | 2 +-
 .../src/main/scala/org/apache/nlpcraft/examples/weather/README.md   | 2 +-
 .../apache/nlpcraft/model/tools/test/NCTestAutoModelValidator.java  | 6 +++---
 openapi/README.md                                                   | 2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index e7162b9..338f45a 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Based on semantic modelling it allows rapid implementation 
and requires no model
  * Download, Maven/Grape/Gradle/SBT, installation 
[instructions](https://nlpcraft.apache.org/download.html) 
  * Read [documentation](https://nlpcraft.apache.org/docs.html)
  * View & run 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and 
[REST APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Latest [Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and 
[REST APIs](https://nlpcraft.apache.org/using-rest.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
  * Access [GitHub](https://github.com/apache/incubator-nlpcraft) mirror 
repository.
@@ -201,7 +201,7 @@ NOTES:
  
 Done! 👌 
 
-[Learn more about this example 
>](http://nlpcraft.apache.org/examples/light_switch.html)
+[Learn more about this example 
>](https://nlpcraft.apache.org/examples/light_switch.html)
  
 ## Copyright
 Copyright (C) 2020 Apache Software Foundation
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
index 8b736e5..be19520 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/README.md
@@ -38,7 +38,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 
 For any questions, feedback or suggestions:
 
- * Latest [Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and 
[REST APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Latest [Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and 
[REST APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
index 59e9595..b721c60 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
@@ -53,7 +53,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
index 88c2ac0..b261eb0 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
@@ -56,7 +56,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html) * Download & 
Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.apache.org/download.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html) * Download & 
Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
  * Access [GitHub](https://github.com/apache/incubator-nlpcraft) mirror 
repository.
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
index e5dce29..c17bd4d 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
@@ -51,7 +51,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
index 9ad1a16..8de85e7 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
@@ -53,7 +53,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
index 3d5011c..85daa96 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
@@ -56,7 +56,7 @@ See also 
[Integrations](https://nlpcraft.apache.org/integrations.html) section o
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md
index 734d822..5caaa79 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/README.md
@@ -57,7 +57,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md
index 75dbdcc..8be508d 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/time/README.md
@@ -51,7 +51,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
index b7611e0..ddc6ba0 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
@@ -52,7 +52,7 @@ See [Getting 
Started](https://nlpcraft.apache.org/getting-started.html) guide fo
 For any questions, feedback or suggestions:
 
  * View & run other 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
- * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Read [documentation](https://nlpcraft.apache.org/docs.html), latest 
[Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and [REST 
APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag
diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestAutoModelValidator.java
 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestAutoModelValidator.java
index 453e34e..977a515 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestAutoModelValidator.java
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/test/NCTestAutoModelValidator.java
@@ -46,9 +46,9 @@ import java.util.*;
  *     </li>
  * </ul>
  * <p>
- * See <a target=_ 
href="http://nlpcraft.apache.org/examples/alarm_clock.html";>Alarm Clock</a>,
- * <a target=_ 
href="http://nlpcraft.apache.org/examples/light_switch.html";>Light Switch</a>, 
and
- * <a target=_ 
href="http://nlpcraft.apache.org/examples/weather_bot.html";>Weather Bot</a> 
examples
+ * See <a target=_ 
href="https://nlpcraft.apache.org/examples/alarm_clock.html";>Alarm Clock</a>,
+ * <a target=_ 
href="https://nlpcraft.apache.org/examples/light_switch.html";>Light Switch</a>, 
and
+ * <a target=_ 
href="https://nlpcraft.apache.org/examples/weather_bot.html";>Weather Bot</a> 
examples
  * for usage of model auto-validator.
  * 
  * @see NCIntentSample
diff --git a/openapi/README.md b/openapi/README.md
index f20ae5c..f73943a 100644
--- a/openapi/README.md
+++ b/openapi/README.md
@@ -31,7 +31,7 @@ For more REST API information:
 For any questions, feedback or suggestions:
 
  * View & run 
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](http://nlpcraft.apache.org/apis/latest/index.html) and 
[REST APIs](https://nlpcraft.apache.org/using-rest.html)
+ * Latest [Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) and 
[REST APIs](https://nlpcraft.apache.org/using-rest.html)
  * Download & Maven/Grape/Gradle/SBT 
[instructions](https://nlpcraft.apache.org/download.html)
  * File a bug or improvement in 
[JIRA](https://issues.apache.org/jira/projects/NLPCRAFT)
  * Post a question at [Stack 
Overflow](https://stackoverflow.com/questions/ask) using <code>nlpcraft</code> 
tag

Reply via email to