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 c37ce17 Fixes.,
c37ce17 is described below
commit c37ce17b73669d81b23feb71ef58756947c21766
Author: unknown <[email protected]>
AuthorDate: Thu May 6 09:01:17 2021 -0700
Fixes.,
---
nlpcraft-examples/minecraft/README.md | 12 ++++++++++++
nlpcraft-examples/phone/README.md | 3 ---
openapi/README.md | 4 ++--
3 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/nlpcraft-examples/minecraft/README.md
b/nlpcraft-examples/minecraft/README.md
index c388985..3974c51 100644
--- a/nlpcraft-examples/minecraft/README.md
+++ b/nlpcraft-examples/minecraft/README.md
@@ -55,6 +55,18 @@ Second part (**../minecraft-mod**) provides mod for
Minecraft server sending req
Natural language commands could be entered either on Forge Server (e.g. `make
it sunny`) or in the game itself, i.e. on the Minecraft client side,
prefixed with slash (`/make it sunny`). See file `MinecraftModel.kt` file for
some examples of possible commands.
+### Documentation
+For any questions, feedback or suggestions:
+
+* 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
+* Access [GitHub](https://github.com/apache/incubator-nlpcraft) mirror
repository.
+* Join project developers on
[[email protected]](mailto:[email protected])
+
+
### Copyright
Copyright (C) 2020 Apache Software Foundation
diff --git a/nlpcraft-examples/phone/README.md
b/nlpcraft-examples/phone/README.md
index 6f5b9b9..58a40c8 100644
--- a/nlpcraft-examples/phone/README.md
+++ b/nlpcraft-examples/phone/README.md
@@ -29,9 +29,6 @@ It doesn't actually do a phone dialing, but it recognizes the
recipient and retu
can easily add access to the contact database and issue the call via many
existing REST services.
### Documentation
-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/integrations.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/nlpcraft-examples)
diff --git a/openapi/README.md b/openapi/README.md
index 16d14c1..3ebeb0d 100644
--- a/openapi/README.md
+++ b/openapi/README.md
@@ -25,12 +25,12 @@
### REST API
For more REST API information:
- * Test and explore REST API at [Apiary](https://nlpcraft.docs.apiary.io/)
+ * Test and explore REST API at
[SwaggerHub](https://app.swaggerhub.com/apis-docs/Apache-NLPCraft/apache-nlpcraft)
* 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)
+ * View & run other
[examples](https://github.com/apache/incubator-nlpcraft/tree/master/nlpcraft-examples)
* 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)