From a284f3b318af9796bb0a1ca389016ccc230624e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=A6=E9=A3=8E?= <82700206+zuoFeng59556@users.noreply.github.com> Date: Tue, 23 Jul 2024 00:16:59 +0800 Subject: [PATCH] Doc: update video (#4915) * Doc: update video * doc:update video url --- README.md | 2 +- README_zh.md | 2 +- docs/website/src/pages/components/Header/index.tsx | 8 +++----- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 67176d0a2b9..cb2291c09b7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A Cloud Operating System designed for managing cloud-native applications -https://github.com/labring/sealos/assets/82700206/b1f8a25a-55cf-4d15-a47b-38cf7d507134 +https://github.com/user-attachments/assets/a7b7ed5c-0e31-4158-8a76-3b161ed70a70

Docs | diff --git a/README_zh.md b/README_zh.md index 9fcd6dd9b7c..1336e1cf98b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -26,7 +26,7 @@ -https://github.com/labring/sealos/assets/82700206/b1f8a25a-55cf-4d15-a47b-38cf7d507134 +https://github.com/user-attachments/assets/a7b7ed5c-0e31-4158-8a76-3b161ed70a70

文档 | diff --git a/docs/website/src/pages/components/Header/index.tsx b/docs/website/src/pages/components/Header/index.tsx index 4eda7e51f8f..c6ad394fe42 100644 --- a/docs/website/src/pages/components/Header/index.tsx +++ b/docs/website/src/pages/components/Header/index.tsx @@ -130,8 +130,7 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => { {currentLocale === 'en' ? (

Sealos is the cloud OS for deploying, managing and scaling your applications  - in seconds - , not minutes, not hours.  + in seconds, not minutes, not hours.  Use Sealos as easily as your own PC!

) : ( @@ -220,8 +219,7 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => { {currentLocale === 'en' ? (

Sealos is the cloud OS for deploying, managing and scaling your applications  - in seconds - , not minutes, not hours.  + in seconds, not minutes, not hours.  Use Sealos as easily as your own PC!

) : ( @@ -232,7 +230,7 @@ const HomeHeader = ({ isPc }: { isPc: boolean }) => { )} - + );