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/04/19 02:47:29 UTC

[incubator-nlpcraft] branch master updated: Changed website URL to nlpcraft.apache.org

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 7662f17  Changed website URL to nlpcraft.apache.org
7662f17 is described below

commit 7662f17c10c46a52070bebda14e832c30f7c7220
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Sat Apr 18 19:47:24 2020 -0700

    Changed website URL to nlpcraft.apache.org
---
 README.md                                                  | 10 +++++-----
 docker/readme.md                                           |  6 +++---
 openapi/README.md                                          | 10 +++++-----
 openapi/nlpcraft_swagger.yml                               |  2 +-
 pom.xml                                                    |  4 ++--
 src/main/resources/nlpcraft.conf                           |  8 ++++----
 .../org/apache/nlpcraft/common/config/NCConfigurable.scala |  2 +-
 src/main/scala/org/apache/nlpcraft/examples/README.md      | 10 +++++-----
 .../scala/org/apache/nlpcraft/examples/alarm/README.md     | 12 ++++++------
 src/main/scala/org/apache/nlpcraft/examples/echo/README.md | 12 ++++++------
 .../org/apache/nlpcraft/examples/helloworld/README.md      | 12 ++++++------
 .../org/apache/nlpcraft/examples/lightswitch/README.md     | 14 +++++++-------
 .../scala/org/apache/nlpcraft/examples/phone/README.md     | 14 +++++++-------
 src/main/scala/org/apache/nlpcraft/examples/time/README.md | 12 ++++++------
 .../scala/org/apache/nlpcraft/examples/weather/README.md   | 12 ++++++------
 src/main/scala/org/apache/nlpcraft/model/NCElement.java    |  4 ++--
 src/main/scala/org/apache/nlpcraft/model/NCIntent.java     |  2 +-
 .../scala/org/apache/nlpcraft/model/NCIntentMatch.java     |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCIntentRef.java  |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCIntentTerm.java |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java  |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCMetadata.java   |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCModel.java      |  2 +-
 .../scala/org/apache/nlpcraft/model/NCModelAdapter.java    |  2 +-
 .../scala/org/apache/nlpcraft/model/NCModelFactory.java    |  2 +-
 .../org/apache/nlpcraft/model/NCModelFileAdapter.java      |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCModelView.java  |  2 +-
 src/main/scala/org/apache/nlpcraft/model/NCToken.java      |  6 +++---
 .../apache/nlpcraft/model/opencensus/NCJaegerExporter.java |  2 +-
 .../nlpcraft/model/opencensus/NCPrometheusExporter.java    |  2 +-
 .../model/opencensus/NCStackdriverStatsExporter.java       |  2 +-
 .../model/opencensus/NCStackdriverTraceExporter.java       |  2 +-
 .../apache/nlpcraft/model/opencensus/NCZipkinExporter.java |  2 +-
 src/main/scala/org/apache/nlpcraft/server/NCServer.scala   |  2 +-
 35 files changed, 93 insertions(+), 93 deletions(-)

diff --git a/README.md b/README.md
index 5e370b0..cabfad0 100644
--- a/README.md
+++ b/README.md
@@ -15,22 +15,22 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ## What is Apache NLPCraft?
-[Apache NLPCraft](https://nlpcraft.org/) is an open source library for adding a natural language interface to any applications. 
+[Apache NLPCraft](https://nlpcraft.apache.org/) is an open source library for adding a natural language interface to any applications. 
 NLPCraft is free and easy to use, it securely works with any private data source, and has no hardware or software 
 lock-in:
 
  * View & run [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/docker/readme.md b/docker/readme.md
index 134bd74..64ce2c3 100644
--- a/docker/readme.md
+++ b/docker/readme.md
@@ -15,11 +15,11 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Docker
@@ -33,7 +33,7 @@ also prepare your own images following the instructions below.
  3. Run image: ```docker run -m 8G -p 8081:8081 -p 8201:8201 -p 8202:8202 nlpcraftserver/server:0.7.3```
 
 **NOTE**:
- Default docker image run REST server with default configuration (see file `build/nlpcraft.conf`). See [configuration](https://nlpcraft.org/server-and-probe.html)
+ Default docker image run REST server with default configuration (see file `build/nlpcraft.conf`). See [configuration](https://nlpcraft.apache.org/server-and-probe.html)
  documentation on how to override default configuration using environment variables. 
 
 #### Your Own Server Image
diff --git a/openapi/README.md b/openapi/README.md
index a14588c..8d50a85 100644
--- a/openapi/README.md
+++ b/openapi/README.md
@@ -15,24 +15,24 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### REST API
 For more REST API information:
  * Test and explore REST API at [Apiary](https://nlpcraft.docs.apiary.io/)
- * Learn more on how to [use REST API](https://nlpcraft.org/using-rest.html)
+ * Learn more on how to [use REST API](https://nlpcraft.apache.org/using-rest.html)
 
 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](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/openapi/nlpcraft_swagger.yml b/openapi/nlpcraft_swagger.yml
index 35741fd..e1d18be 100644
--- a/openapi/nlpcraft_swagger.yml
+++ b/openapi/nlpcraft_swagger.yml
@@ -17,7 +17,7 @@
 
 swagger: "2.0"
 info:
-  description: REST API for [Apache NLPCraft](https://nlpcraft.apache.org) - an open source library for adding Natural Language Interface to any applications. For Data Model APIs see [Javadoc](https://nlpcraft.org/apis/latest/index.html) documentation.
+  description: REST API for [Apache NLPCraft](https://nlpcraft.apache.org) - an open source library for adding Natural Language Interface to any applications. For Data Model APIs see [Javadoc](https://nlpcraft.apache.org/apis/latest/index.html) documentation.
   version: 0.5.0
   title: Apache NLPCraft API
 host: localhost:8081
diff --git a/pom.xml b/pom.xml
index d7b1980..575571d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
         <developer>
             <id>aradzinski</id>
             <name>Aaron Radzinski</name>
-            <email>aradzinski@nlpcraft.org</email>
+            <email>aradzinski@apache.org</email>
             <organization>apache</organization>
             <organizationUrl>http://apache.org</organizationUrl>
             <roles>
@@ -681,7 +681,7 @@ JDK version should be 1.8
                     </footer>
                     <doctitle>
                         <![CDATA[
-                            <img style="margin-top: 15px" src="https://nlpcraft.org/images/nlpcraft_logo_darkblue.png" height="54px">
+                            <img style="margin-top: 15px" src="https://nlpcraft.apache.org/images/nlpcraft_logo_darkblue.png" height="54px">
                         ]]>
                     </doctitle>
                     <windowtitle>Apache NLPCraft ${project.version}</windowtitle>
diff --git a/src/main/resources/nlpcraft.conf b/src/main/resources/nlpcraft.conf
index 0a15b3a..6321162 100644
--- a/src/main/resources/nlpcraft.conf
+++ b/src/main/resources/nlpcraft.conf
@@ -29,7 +29,7 @@
 #   CONFIG_FORCE_nlpcraft_server_lifecycle.0=org.apache.nlpcraft.server.lifecycle.opencensus.NCStackdriverTraceExporter
 #   CONFIG_FORCE_nlpcraft_server_lifecycle.1=org.apache.nlpcraft.server.lifecycle.opencensus.NCStackdriverStatsExporter
 #
-# See https://nlpcraft.org/server-and-probe.html for more details.
+# See https://nlpcraft.apache.org/server-and-probe.html for more details.
 #
 
 # Common server/probe configuration root.
@@ -196,7 +196,7 @@ nlpcraft {
         # NLP engines and supported token providers can be mixed and matched, i.e. 'stanford' NLP engine
         # can be used with 'google' and 'opennlp' token providers.
         #
-        # See Integrations section (https://nlpcraft.org/integrations.html) for details on how to
+        # See Integrations section (https://nlpcraft.apache.org/integrations.html) for details on how to
         # configure 3rd party token providers.
         tokenProviders = [
             nlpcraft # By default - only NLPCraft tokens are enabled and can be used by the user data models.
@@ -242,7 +242,7 @@ nlpcraft {
             "org.apache.nlpcraft.examples.lightswitch.LightSwitchModel"
 
             // Requires 'google' on the server side.
-            // See https://nlpcraft.org/integrations.html#nlp for more details
+            // See https://nlpcraft.apache.org/integrations.html#nlp for more details
             // on how to configure 3rd party token providers.
             // "org.apache.nlpcraft.examples.phone.PhoneModel"
         ]
@@ -291,7 +291,7 @@ nlpcraft {
     # - 'stanford'
     #
     # NOTE: Stanford CoreNLP requires special installation due to its licensing.
-    # See https://nlpcraft.org/integrations.html#stanford for more details.
+    # See https://nlpcraft.apache.org/integrations.html#stanford for more details.
     nlpEngine = "opennlp"
 
     # Disable anonymous version check.
diff --git a/src/main/scala/org/apache/nlpcraft/common/config/NCConfigurable.scala b/src/main/scala/org/apache/nlpcraft/common/config/NCConfigurable.scala
index 457bb0b..9d523a5 100644
--- a/src/main/scala/org/apache/nlpcraft/common/config/NCConfigurable.scala
+++ b/src/main/scala/org/apache/nlpcraft/common/config/NCConfigurable.scala
@@ -322,7 +322,7 @@ object NCConfigurable extends LazyLogging {
         // Validate.
         if (!valFun(tmpCfg)) {
             logger.error(s"Invalid configuration.")
-            logger.error(s"Note that you can use environment variable to provide configuration properties - see https://nlpcraft.org/server-and-probe.html.")
+            logger.error(s"Note that you can use environment variable to provide configuration properties - see https://nlpcraft.apache.org/server-and-probe.html.")
     
             throw new NCE(s"No valid configuration found in: ${tmpCfg.origin().description()}")
         }
diff --git a/src/main/scala/org/apache/nlpcraft/examples/README.md b/src/main/scala/org/apache/nlpcraft/examples/README.md
index 26c476b..6de27d8 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Examples
@@ -37,12 +37,12 @@ Here's an example of the files for `time` example:
     └── README.md
 </pre>
 
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
 
 For any questions, feedback or suggestions:
 
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md b/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
index 18ca1da..4d58a18 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/alarm/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Alarm Example
@@ -41,16 +41,16 @@ You can run this example from command line or IDE in a similar way:
     * **Program arguments:** `-probe`
  2. Run test:
     * **JUnit 5 test:** `org.apache.nlpcraft.examples.alarm.AlarmTest`
-    * or use NLPCraft [REST APIs](https://nlpcraft.org/using-rest.html) with your favorite REST client
+    * or use NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html) with your favorite REST client
 
 ### Documentation
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
 
 For any questions, feedback or suggestions:
 
  * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/examples/echo/README.md b/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
index a800516..ece77af 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/echo/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Echo Example
@@ -44,16 +44,16 @@ You can run this example from command line or IDE in a similar way:
     * **Program arguments:** `-probe`
  2. Run test:
     * **JUnit 5 test:** `org.apache.nlpcraft.examples.echo.EchoTest`
-    * or use NLPCraft [REST APIs](https://nlpcraft.org/using-rest.html) with your favorite REST client
+    * or use NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html) with your favorite REST client
 
 ### Documentation  
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
 
 For any questions, feedback or suggestions:
 
  * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md b/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
index b3deaa6..ae80d92 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/helloworld/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### HelloWorld Example
@@ -39,16 +39,16 @@ You can run this example from command line or IDE in a similar way:
     * **Program arguments:** `-probe`
  2. Run test:
     * **JUnit 5 test:** `org.apache.nlpcraft.examples.helloworld.HelloWorldTest`
-    * or use NLPCraft [REST APIs](https://nlpcraft.org/using-rest.html) with your favorite REST client
+    * or use NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html) with your favorite REST client
 
 ### Documentation
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
 
 For any questions, feedback or suggestions:
 
  * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md b/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
index 7f696a1..7a78bda 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/lightswitch/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Light Switch Example
@@ -41,18 +41,18 @@ You can run this example from command line or IDE in a similar way:
     * **Program arguments:** `-probe`
  2. Run test:
     * **JUnit 5 test:** `org.apache.nlpcraft.examples.lightswitch.LightSwitchTest`
-    * or use NLPCraft [REST APIs](https://nlpcraft.org/using-rest.html) with your favorite REST client
+    * or use NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html) with your favorite REST client
 
 ### Blog
-Read the [blog post](https://nlpcraft.org/blogs/lightswitch_with_natural_language_interface.html) explaining this example in greater details. 
+Read the [blog post](https://nlpcraft.apache.org/blogs/lightswitch_with_natural_language_interface.html) explaining this example in greater details. 
 ### Documentation
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
 
 For any questions, feedback or suggestions:
 
  * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/examples/phone/README.md b/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
index 01a7685..3adf20c 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/phone/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Phone Service Example
@@ -44,17 +44,17 @@ You can run this example from command line or IDE in a similar way:
     * **Program arguments:** `-probe`
  2. Run test:
     * **JUnit 5 test:** `org.apache.nlpcraft.examples.phone.PhoneTest`
-    * or use NLPCraft [REST APIs](https://nlpcraft.org/using-rest.html) with your favorite REST client
+    * or use NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html) with your favorite REST client
 
 ### Documentation  
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
-See also [Integrations](https://nlpcraft.org/intergrations.html) section on how to configure 3rd party token providers.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
+See also [Integrations](https://nlpcraft.apache.org/intergrations.html) section on how to configure 3rd party token providers.
 
 For any questions, feedback or suggestions:
 
  * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/examples/time/README.md b/src/main/scala/org/apache/nlpcraft/examples/time/README.md
index d0f8805..055687b 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/time/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/time/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Time Example
@@ -39,16 +39,16 @@ You can run this example from command line or IDE in a similar way:
     * **Program arguments:** `-probe`
  2. Run test:
     * **JUnit 5 test:** `org.apache.nlpcraft.examples.time.TimeTest`
-    * or use NLPCraft [REST APIs](https://nlpcraft.org/using-rest.html) with your favorite REST client
+    * or use NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html) with your favorite REST client
 
 ### Documentation  
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
 
 For any questions, feedback or suggestions:
 
  * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/examples/weather/README.md b/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
index e947edf..2937275 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
+++ b/src/main/scala/org/apache/nlpcraft/examples/weather/README.md
@@ -15,12 +15,12 @@
  limitations under the License.
 -->
 
-<img src="https://nlpcraft.org/images/nlpcraft_logo_black.gif" height="80px">
+<img src="https://nlpcraft.apache.org/images/nlpcraft_logo_black.gif" height="80px">
 <br>
 
 [![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
 [![Jenkins](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fbuilds.apache.org%2Fview%2FIncubator%2520Projects%2Fjob%2Fincubator-nlpcraft%2F)](https://builds.apache.org/view/Incubator%20Projects/job/incubator-nlpcraft/)
-[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.org/docs.html)
+[![Documentation Status](https://img.shields.io/:docs-latest-green.svg)](https://nlpcraft.apache.org/docs.html)
 [![Gitter](https://badges.gitter.im/apache-nlpcraft/community.svg)](https://gitter.im/apache-nlpcraft/community)
 
 ### Weather Service Example
@@ -40,16 +40,16 @@ You can run this example from command line or IDE in a similar way:
     * **Program arguments:** `-probe`
  2. Run test:
     * **JUnit 5 test:** `org.apache.nlpcraft.examples.weather.WeatherTest`
-    * or use NLPCraft [REST APIs](https://nlpcraft.org/using-rest.html) with your favorite REST client
+    * or use NLPCraft [REST APIs](https://nlpcraft.apache.org/using-rest.html) with your favorite REST client
 
 ### Documentation  
-See [Getting Started](https://nlpcraft.org/getting-started.html) guide for more instructions on how to run these examples.
+See [Getting Started](https://nlpcraft.apache.org/getting-started.html) guide for more instructions on how to run these examples.
 
 For any questions, feedback or suggestions:
 
  * View & run other [examples](https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples)
- * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/apis/latest/index.html) and [REST APIs](https://nlpcraft.org/using-rest.html)
- * Download & Maven/Grape/Gradle/SBT [instructions](https://nlpcraft.org/download.html)
+ * Latest [Javadoc](https://github.com/apache/incubator-nlpcraft/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/src/main/scala/org/apache/nlpcraft/model/NCElement.java b/src/main/scala/org/apache/nlpcraft/model/NCElement.java
index 880ee33..4c3422d 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCElement.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCElement.java
@@ -28,7 +28,7 @@ import java.util.*;
  * a real-world object, such as persons, locations, number, date and time, organizations, products, etc.
  * Such object can be abstract or have a physical existence.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCCustomParser
@@ -269,7 +269,7 @@ public interface NCElement extends NCMetadata, Serializable {
 
     /**
      * Gets the list of synonyms by which this semantic element will be recognized by. Read more about
-     * many different forms of synonyms in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section
+     * many different forms of synonyms in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section
      * and review <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
      * <p>
      * <b>JSON</b>
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCIntent.java b/src/main/scala/org/apache/nlpcraft/model/NCIntent.java
index cf32a45..92fc0d9 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCIntent.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCIntent.java
@@ -26,7 +26,7 @@ import static java.lang.annotation.RetentionPolicy.*;
  * Annotation to define an intent on the method serving as its callback. This annotation takes a string value
  * that defines an intent via intent DSL.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/intent-matching.html">Intent Matching</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/intent-matching.html">Intent Matching</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCIntentRef
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java b/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java
index 2cb1299..01c4946 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCIntentMatch.java
@@ -26,7 +26,7 @@ import java.util.*;
  * annotations the callback method can be defined parameter-less (and this context won't be passed in).
  * If used, intent context must be the 1st formal parameter in intent callback.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/intent-matching.html">Intent Matching</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/intent-matching.html">Intent Matching</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCIntent
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCIntentRef.java b/src/main/scala/org/apache/nlpcraft/model/NCIntentRef.java
index 1bd7aab..2f9ce71 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCIntentRef.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCIntentRef.java
@@ -27,7 +27,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
 /**
  * Annotations referencing an intent defined externally in JSON or YAML model declaration.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/intent-matching.html">Intent Matching</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/intent-matching.html">Intent Matching</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCIntent
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java b/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java
index 67e0f72..66da6fe 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCIntentSkip.java
@@ -30,7 +30,7 @@ import org.apache.nlpcraft.common.*;
  * matching can happen inside of the intent callback's user logic. If it is determined that intent in fact does
  * not match then throwing this exception allows to try next best matching intent, if any.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/intent-matching.html">Intent Matching</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/intent-matching.html">Intent Matching</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCIntent
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCIntentTerm.java b/src/main/scala/org/apache/nlpcraft/model/NCIntentTerm.java
index ee69522..fe894a1 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCIntentTerm.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCIntentTerm.java
@@ -30,7 +30,7 @@ import static java.lang.annotation.RetentionPolicy.*;
  * method parameters to get the tokens associated with that term (if and when the intent was matched and that
  * callback was invoked).
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/intent-matching.html">Intent Matching</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/intent-matching.html">Intent Matching</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCIntent
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java b/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
index 3262dac..b7a0478 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCLifecycle.java
@@ -27,7 +27,7 @@ package org.apache.nlpcraft.model;
  * <p>
  * Note that probe lifecycle components are configured via <code>nlpcraft.probe.lifecycle </code> probe
  * configuration property that accept list of fully qualified class names where each class should implement this
- * interface. See <a target=_ href="https://nlpcraft.org/server-and-probe.html">documentation</a> on how to configure
+ * interface. See <a target=_ href="https://nlpcraft.apache.org/server-and-probe.html">documentation</a> on how to configure
  * a data probe.
  */
 public interface NCLifecycle {
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java b/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java
index 8bb52a8..a19af44 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCMetadata.java
@@ -23,7 +23,7 @@ import java.util.*;
 /**
  * Provides support for map-based metadata.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  */
 public interface NCMetadata {
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCModel.java b/src/main/scala/org/apache/nlpcraft/model/NCModel.java
index d61ecad..67be0cd 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCModel.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCModel.java
@@ -37,7 +37,7 @@ package org.apache.nlpcraft.model;
  * build tools, CI/SCM tools, IDEs, etc. You don't have to resort to additional web-based tools to manage some aspects of
  * your data models - your entire model and all of its components are part of your project's source code.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCModelAdapter
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCModelAdapter.java b/src/main/scala/org/apache/nlpcraft/model/NCModelAdapter.java
index 5fa0563..9f38fac 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCModelAdapter.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCModelAdapter.java
@@ -21,7 +21,7 @@ package org.apache.nlpcraft.model;
  * Adapter for data models. In most cases new data models should extend either this adapter or
  * {@link NCModelFileAdapter}.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCModelFileAdapter
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCModelFactory.java b/src/main/scala/org/apache/nlpcraft/model/NCModelFactory.java
index 0d07aa5..c436dc8 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCModelFactory.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCModelFactory.java
@@ -24,7 +24,7 @@ import java.util.*;
  * necessary when you want to use some external framework to inject dependencies and configure the
  * data model externally, e.g. <a target=_ href="https://spring.io/">Spring</a>-based factory and configuration.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  */
 public interface NCModelFactory {
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCModelFileAdapter.java b/src/main/scala/org/apache/nlpcraft/model/NCModelFileAdapter.java
index ee3c340..85862c7 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCModelFileAdapter.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCModelFileAdapter.java
@@ -36,7 +36,7 @@ import java.util.stream.*;
  * To support this usage all getters return internal mutable sets or maps, i.e. you can modify them in your sub-class
  * constructors and those modifications will alter the model's configuration.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCModelAdapter
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCModelView.java b/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
index a6c03e3..6ef9903 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCModelView.java
@@ -24,7 +24,7 @@ import java.util.*;
  * All properties in this interface can be defined or overridden in JSON/YAML external
  * presentation when used with {@link NCModelFileAdapter} adapter.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCModel
diff --git a/src/main/scala/org/apache/nlpcraft/model/NCToken.java b/src/main/scala/org/apache/nlpcraft/model/NCToken.java
index 2b97664..2c0c8cd 100644
--- a/src/main/scala/org/apache/nlpcraft/model/NCToken.java
+++ b/src/main/scala/org/apache/nlpcraft/model/NCToken.java
@@ -25,14 +25,14 @@ import java.util.*;
  * token corresponds to a one or more words, sequential or not, in the user sentence.
  * <p>
  * <b>Configuring Token Providers</b><br>
- * Token providers (built-in or 3rd party) have to be enabled in the REST server <a href="https://nlpcraft.org/server-and-probe.html">configuration</a>.
+ * Token providers (built-in or 3rd party) have to be enabled in the REST server <a href="https://nlpcraft.apache.org/server-and-probe.html">configuration</a>.
  * Data models also have to specify tokens they are expecting the REST server and probe to detect. This is done to
  * limit the unnecessary processing since implicit enabling of all token providers and all tokens can lead to a
- * significant slow down of processing. REST server <a href="https://nlpcraft.org/server-and-probe.html">configuration</a>
+ * significant slow down of processing. REST server <a href="https://nlpcraft.apache.org/server-and-probe.html">configuration</a>
  * property <code>nlpcraft.server.tokenProvides</code> provides the list of enabled token providers.
  * Data models provide their required tokens in {@link NCModel#getEnabledBuiltInTokens()} method.
  * <p>
- * Read full documentation in <a target=_ href="https://nlpcraft.org/data-model.html">Data Model</a> section and review
+ * Read full documentation in <a target=_ href="https://nlpcraft.apache.org/data-model.html">Data Model</a> section and review
  * <a target=_ href="https://github.com/apache/incubator-nlpcraft/tree/master/src/main/scala/org/apache/nlpcraft/examples/">examples</a>.
  *
  * @see NCElement
diff --git a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCJaegerExporter.java b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCJaegerExporter.java
index 16f76a6..1e30a5c 100644
--- a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCJaegerExporter.java
+++ b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCJaegerExporter.java
@@ -30,7 +30,7 @@ import org.apache.nlpcraft.model.*;
  * for demo and development purposes. For production use you need to override {@link NCBaseTraceExporter#setSampling()}
  * method to provide a more efficient sampling strategy.
  * <p>
- * See <a target=_ href="https://nlpcraft.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
+ * See <a target=_ href="https://nlpcraft.apache.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
  * components, default values, etc.
  */
 public class NCJaegerExporter extends NCBaseTraceExporter {
diff --git a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCPrometheusExporter.java b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCPrometheusExporter.java
index 68a2967..0371b48 100644
--- a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCPrometheusExporter.java
+++ b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCPrometheusExporter.java
@@ -54,7 +54,7 @@ import java.io.*;
  *     static_configs:
  *       - targets: ['localhost:8889']
  * </pre>
- * See <a target=_ href="https://nlpcraft.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
+ * See <a target=_ href="https://nlpcraft.apache.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
  * components, default values, etc.
  * <p>
  */
diff --git a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java
index 1afc70d..3e1a4b2 100644
--- a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java
+++ b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverStatsExporter.java
@@ -29,7 +29,7 @@ import java.io.*;
  * <a target=_ href="https://opencensus.io/exporters/supported-exporters/java/stackdriver-stats/">https://opencensus.io/exporters/supported-exporters/java/stackdriver-stats/</a>
  * for more details. This is a probe lifecycle component - see {@link NCLifecycle} for usage information.
  * <p>
- * See <a target=_ href="https://nlpcraft.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
+ * See <a target=_ href="https://nlpcraft.apache.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
  * components, default values, etc.
  */
 public class NCStackdriverStatsExporter implements NCLifecycle {
diff --git a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverTraceExporter.java b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverTraceExporter.java
index c58a4d9..5a009b6 100644
--- a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverTraceExporter.java
+++ b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCStackdriverTraceExporter.java
@@ -32,7 +32,7 @@ import java.io.*;
  * for demo and development purposes. For production use you need to override {@link NCBaseTraceExporter#setSampling()}
  * method to provide a more efficient sampling strategy.
  * <p>
- * See <a target=_ href="https://nlpcraft.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
+ * See <a target=_ href="https://nlpcraft.apache.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
  * components, default values, etc.
  */
 public class NCStackdriverTraceExporter extends NCBaseTraceExporter {
diff --git a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCZipkinExporter.java b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCZipkinExporter.java
index ed75f4d..79db108 100644
--- a/src/main/scala/org/apache/nlpcraft/model/opencensus/NCZipkinExporter.java
+++ b/src/main/scala/org/apache/nlpcraft/model/opencensus/NCZipkinExporter.java
@@ -30,7 +30,7 @@ import org.apache.nlpcraft.model.*;
  * for demo and development purposes. For production use you need to override {@link NCBaseTraceExporter#setSampling()}
  * method to provide a more efficient sampling strategy.
  * <p>
- * See <a target=_ href="https://nlpcraft.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
+ * See <a target=_ href="https://nlpcraft.apache.org/server-and-probe.html">documentation</a> on how to configure probe life cycle
  * components, default values, etc.
  */
 public class NCZipkinExporter extends NCBaseTraceExporter {
diff --git a/src/main/scala/org/apache/nlpcraft/server/NCServer.scala b/src/main/scala/org/apache/nlpcraft/server/NCServer.scala
index 0f0c3b0..89f16ae 100644
--- a/src/main/scala/org/apache/nlpcraft/server/NCServer.scala
+++ b/src/main/scala/org/apache/nlpcraft/server/NCServer.scala
@@ -218,7 +218,7 @@ object NCServer extends App with NCIgniteInstance with LazyLogging with NCOpenCe
                     Some(fileName)
                     
                 case None ⇒
-                    Some("nlpcraft.conf") // Default to 'nlpcraft.org'.
+                    Some("nlpcraft.conf") // Default to 'nlpcraft.conf'.
             },
             None, // No defaults.
             (cfg: Config) ⇒ cfg.hasPath("nlpcraft.server")