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 2021/05/02 21:31:04 UTC

[incubator-nlpcraft] branch master updated: Fixing example links.

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.git


The following commit(s) were added to refs/heads/master by this push:
     new bc0fd7e  Fixing example links.
bc0fd7e is described below

commit bc0fd7e810ccd194e0ee564b5c507a751c59c5e8
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Sun May 2 14:30:52 2021 -0700

    Fixing example links.
---
 README.md                               | 2 +-
 nlpcraft-examples/alarm/README.md       | 2 +-
 nlpcraft-examples/echo/README.md        | 2 +-
 nlpcraft-examples/helloworld/README.md  | 2 +-
 nlpcraft-examples/lightswitch/README.md | 2 +-
 nlpcraft-examples/phone/README.md       | 2 +-
 nlpcraft-examples/sql/README.md         | 2 +-
 nlpcraft-examples/time/README.md        | 2 +-
 nlpcraft-examples/weather/README.md     | 2 +-
 nlpcraft/pom.xml                        | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index da1f7dc..2cfd9c9 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ or text:
 
  * Download, Maven/Grape/Gradle/SBT, installation [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)
- * View & run [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples)
+ * View & run [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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
  * Join project developers on [dev@nlpcraft.apache.org](mailto:dev-subscribe@nlpcraft.apache.org)
diff --git a/nlpcraft-examples/alarm/README.md b/nlpcraft-examples/alarm/README.md
index 7ddae92..5e37242 100644
--- a/nlpcraft-examples/alarm/README.md
+++ b/nlpcraft-examples/alarm/README.md
@@ -34,7 +34,7 @@ See [Alarm Clock](https://nlpcraft.apache.org/examples/alarm_clock.html) guide f
 
 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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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)
diff --git a/nlpcraft-examples/echo/README.md b/nlpcraft-examples/echo/README.md
index a707ae5..5be9ca2 100644
--- a/nlpcraft-examples/echo/README.md
+++ b/nlpcraft-examples/echo/README.md
@@ -35,7 +35,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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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-examples/helloworld/README.md b/nlpcraft-examples/helloworld/README.md
index ad9b94d..8785c07 100644
--- a/nlpcraft-examples/helloworld/README.md
+++ b/nlpcraft-examples/helloworld/README.md
@@ -32,7 +32,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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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)
diff --git a/nlpcraft-examples/lightswitch/README.md b/nlpcraft-examples/lightswitch/README.md
index a2b7c5e..f073eff 100644
--- a/nlpcraft-examples/lightswitch/README.md
+++ b/nlpcraft-examples/lightswitch/README.md
@@ -34,7 +34,7 @@ See [Light Switch](https://nlpcraft.apache.org/examples/light_switch.html) guide
 
 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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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)
diff --git a/nlpcraft-examples/phone/README.md b/nlpcraft-examples/phone/README.md
index f36394f..6f5b9b9 100644
--- a/nlpcraft-examples/phone/README.md
+++ b/nlpcraft-examples/phone/README.md
@@ -34,7 +34,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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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)
diff --git a/nlpcraft-examples/sql/README.md b/nlpcraft-examples/sql/README.md
index 3be2d31..f848873 100644
--- a/nlpcraft-examples/sql/README.md
+++ b/nlpcraft-examples/sql/README.md
@@ -33,7 +33,7 @@ See [SQL Model](http://nlpcraft.apache.org/examples/sql_model.html) guide for mo
 
 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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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)
diff --git a/nlpcraft-examples/time/README.md b/nlpcraft-examples/time/README.md
index 501ca68..0f47e93 100644
--- a/nlpcraft-examples/time/README.md
+++ b/nlpcraft-examples/time/README.md
@@ -32,7 +32,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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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)
diff --git a/nlpcraft-examples/weather/README.md b/nlpcraft-examples/weather/README.md
index e3aec8c..589cdc3 100644
--- a/nlpcraft-examples/weather/README.md
+++ b/nlpcraft-examples/weather/README.md
@@ -33,7 +33,7 @@ See [WeatherBot](https://nlpcraft.apache.org/examples/weather_bot.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)
+ * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
  * 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)
diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 2c5a331..24f275a 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -461,7 +461,7 @@
                         <![CDATA[
                             <span style="vertical-align: super">Apache NLPCraft <span style="font-size: 80%">${project.version}</span></span>
                             <a style="vertical-align: super; margin-right: 10px" href="https://github.com/apache/incubator-nlpcraft" target="github"><i class="fa fa-github github-logo"></i></a>
-                            <a class="github-button" href="https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft/src/main/scala/org/apache/nlpcraft/examples" data-icon="octicon-eye" aria-label="NLPCraft Examples">Examples</a>
+                            <a class="github-button" href="https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples" data-icon="octicon-eye" aria-label="NLPCraft Examples">Examples</a>
                             <a class="github-button" href="https://github.com/apache/incubator-nlpcraft" data-icon="octicon-star" aria-label="Star on GitHub">Star</a>
                             <a class="github-button" href="https://github.com/apache/incubator-nlpcraft/fork" data-icon="octicon-repo-forked" aria-label="Fork on GitHub">Fork</a>
                             <script type="text/javascript">