From 97cbb535ee29ac8896ef83c70f692c8ebc6129bb Mon Sep 17 00:00:00 2001 From: "AiQL.com" Date: Sun, 4 Aug 2024 14:46:39 +0000 Subject: [PATCH] change repo name --- README.md | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84d28b4..29c83dd 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ By simplifying the structure and key functions, developers can quickly set up an ### Option 2: Download [Index](./index.html) and open it locally (recommended) -### Option 3: Deploy your own Chatbot by [Docker](https://hub.docker.com/repository/docker/aiql/chat-ui-lite/tags?page=1&ordering=last_updated) +### Option 3: Deploy your own Chatbot by [Docker](https://hub.docker.com/repository/docker/aiql/chat-ui/tags?page=1&ordering=last_updated) ```shell -docker run -p 8080:8080 -d aiql/chat-ui-lite +docker run -p 8080:8080 -d aiql/chat-ui ``` ### Option 4: fork this repo and link it to [Cloudflare pages](https://developers.cloudflare.com/pages) diff --git a/index.html b/index.html index 0e4e0c3..5e3d784 100644 --- a/index.html +++ b/index.html @@ -1320,7 +1320,7 @@
{{ column.key }}
renderer: 'svg', loop: true, autoplay: true, - path: 'https://gcore.jsdelivr.net/gh/aiql-community/chat-ui-lite/lottie.json' // the path to the animation json + path: 'https://gcore.jsdelivr.net/gh/aiql-community/chat-ui/lottie.json' // the path to the animation json }); };