Skip to content

Commit 08e96fe

Browse files
committed
- Update turing repository link
1 parent f392fc5 commit 08e96fe

File tree

21 files changed

+62
-62
lines changed

21 files changed

+62
-62
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[preface]
22
= Preface
33

4-
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openturing), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
4+
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openviglet), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[preface]
22
= Preface
33

4-
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openturing), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
4+
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openviglet), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[preface]
22
= Preface
33

4-
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openturing), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
4+
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openviglet), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[preface]
22
= Preface
33

4-
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openturing), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
4+
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openviglet), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[preface]
22
= Preface
33

4-
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openturing), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
4+
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openviglet), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[preface]
22
= Preface
33

4-
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openturing), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
4+
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openviglet), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Javadoc
33
description: Turing ES Source Code Documentation.
4-
docurl: https://openturing.github.io/turing/0.3.10/javadoc/
4+
docurl: https://turing.viglet.com/latest/javadoc/
55
product: turing
66
---

docs/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="p-3 bg-dark text-white">
22
<div class="container">
33
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
4-
<a href="/docs" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
4+
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
55
<img style="margin: 5px; margin-top:10px; padding: 0px; width: 110px; height: 30px" alt="Viglet" src="/static_files/img/viglet_logo_header.png"><span style="font-size: x-large;
66
color: orangered;">Docs</span>
77
</a>

docs/_solutions/turing.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ order: 4
55
identifier: turing
66
permalink: /turing/
77
get-started: https://docs.viglet.com/turing/
8-
github: https://github.com/openturing/turing
9-
github-org: openturing
8+
github: https://github.com/openviglet/turing
9+
github-org: openviglet
1010
release: 0.3.10
1111
main-color: royalblue
1212
logo-acronym: Tu
1313
logo-section: ES
1414
short-name: Turing ES
1515
full-name: Viglet Turing ES
1616
description: Semantic Navigation, Chatbot using Search Engine and Many NLP Vendors.
17-
github-ci-url: https://github.com/openturing/turing/actions/workflows/build.yml
17+
github-ci-url: https://github.com/openviglet/turing/actions/workflows/build.yml
1818
twitter-url: https://twitter.com/VigletTuring
1919
download-message: Download Turing ES and add more value to your content.
2020
download-size: 271 MB
21-
download-url: https://github.com/openturing/turing/releases/download/v0.3.9/viglet-turing.jar
21+
download-url: https://github.com/openviglet/turing/releases/download/v0.3.9/viglet-turing.jar
2222
run-jar: viglet-turing.jar
2323
run-port: 2700
2424
social-image: https://avatars.githubusercontent.com/u/44909290?s=280&amp;v=4

docs/turing/0.3.10/turing-administration-guide.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ifdef::backend-pdf[:toc: left]
2020
[preface]
2121
= Preface
2222

23-
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openturing), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
23+
Viglet Turing ES (https://viglet.com/turing) is an open source solution (https://github.com/openviglet), which has Semantic Navigation and Chatbot as its main features. You can choose from several NLPs to enrich the data. All content is indexed in Solr as search engine.
2424

2525
:numbered:
2626

@@ -190,7 +190,7 @@ Define attributes that will be used as filters for your navigation, consolidatin
190190
Through attributes defined in the contents, it is possible to use them to restrict their display based on the user's profile.
191191

192192
=== SDK Java
193-
Java API (https://github.com/openturing/turing-java-sdk) facilitates the use and access to Viglet Turing ES, without the need for consumer search content with complex queries.
193+
Java API (https://github.com/openviglet/turing-java-sdk) facilitates the use and access to Viglet Turing ES, without the need for consumer search content with complex queries.
194194

195195
== Chatbot
196196
Communicate with your client and elaborate complex intents, obtain reports and progressively evolve your interaction.

0 commit comments

Comments
 (0)