From be17186e4cfdb392f18e2c84537a8193d6d72f13 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 21 Jun 2023 14:59:05 +0800 Subject: [PATCH] docs: update admin tip --- website/docs/deployment/admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/deployment/admin.md b/website/docs/deployment/admin.md index 62562aea..19cbf441 100644 --- a/website/docs/deployment/admin.md +++ b/website/docs/deployment/admin.md @@ -36,9 +36,9 @@ https://tailchat.example.com/admin/ :::info -New version **admin-next** has been released, you can use follow command to try to use. +Old version **admin-old** has been deprecated, if you still wanna use old version, you can use follow command to use it. ``` -curl -L "https://raw.githubusercontent.com/msgbyte/tailchat/master/docker/admin-next.yml" -o admin.yml +curl -L "https://raw.githubusercontent.com/msgbyte/tailchat/master/docker/admin-old.yml" -o admin.yml ``` :::