From d3d9c82da1433ba83512d598817e67c6f953b11e Mon Sep 17 00:00:00 2001 From: Denghui Dong Date: Wed, 25 Dec 2024 10:50:54 +0800 Subject: [PATCH] doc: update page link --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf6d07bb..24f86ca2 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Online Analyzer for Heap Dump, GC Log, Thread Dump and JFR File. -Please refer to [GitHub Pages](https://eclipse.github.io/jifa) for more information. +Please refer to [GitHub Pages](https://eclipse-jifa.github.io/jifa/) for more information. ## Quick Start diff --git a/README_zh.md b/README_zh.md index fc36c241..91e2fa9a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,7 +21,7 @@ Eclipse Jifa 是一款在线分析工具,支持分析 Java 堆转储、GC 日志、线程转储以及 JFR 文件。 -关于项目的更多信息请访问 [GitHub Pages](https://eclipse.github.io/jifa/zh/)。 +关于项目的更多信息请访问 [GitHub Pages](https://eclipse-jifa.github.io/jifa/zh)。 ## 快速上手