From bd54d589060b203951cda6cd171bfd2a171cbe31 Mon Sep 17 00:00:00 2001 From: Allen Zhang Date: Tue, 12 Nov 2024 13:24:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20i=20got=20my=20account=20back=20?= =?UTF-8?q?=F0=9F=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- packages/canyon-ut/components/MainLayout.tsx | 2 +- plugins/babel-plugin-canyon/README.md | 2 +- plugins/vite-plugin-canyon/README.md | 2 +- tools/canyon-extension/README.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6f06d2a8..1e886835 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Canyon is a JavaScript code coverage collection platform. We address the difficu - A frontend service responsible for displaying coverage reports. -[Read the Docs to Learn More.](https://docs.canyonjs.org) +[Read the Docs to Learn More.](https://docs.canyoncov.com) ## Architecture @@ -45,7 +45,7 @@ Canyon is a JavaScript code coverage collection platform. We address the difficu ## Developing -Follow our [self-hosting documentation](https://docs.canyonjs.org/zh/documentation/self-host/community-edition/prerequisites) to get started with the development environment. +Follow our [self-hosting documentation](https://docs.canyoncov.com/zh/documentation/self-host/community-edition/prerequisites) to get started with the development environment. ## Contributing diff --git a/packages/canyon-ut/components/MainLayout.tsx b/packages/canyon-ut/components/MainLayout.tsx index bf644d1e..5bba31b0 100644 --- a/packages/canyon-ut/components/MainLayout.tsx +++ b/packages/canyon-ut/components/MainLayout.tsx @@ -89,7 +89,7 @@ const MainLayout = ({ children, activePath }) => {