From 7fc31abdbc8d9abea2b3c72d2b2a63e306936230 Mon Sep 17 00:00:00 2001
From: wmjae <wenmujia@gmail.com>
Date: Wed, 8 Jan 2025 11:24:14 +0800
Subject: [PATCH 1/2] fix links

---
 venus-shared/actors/types/docs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/venus-shared/actors/types/docs.md b/venus-shared/actors/types/docs.md
index 47cd4971c0..dff1503347 100644
--- a/venus-shared/actors/types/docs.md
+++ b/venus-shared/actors/types/docs.md
@@ -1 +1 @@
-[`venus/venus-shared/actors/builtin/multisig/message.v0.go`](#https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/multisig/message.v0.go#L27) 需要引用结构体 `Message` 和 [`venus/venus-shared/actors/builtin/init/actor.go`](#https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/init/actor.go#L41) 需要引用结构体 `Actor`,若把 `Message` 和 `Actor` 定义在 `venus/venus-shared/types` 包中,会导致 `venus/venus-shared/actors` 和 `venus/venus-shared/types` 的**循环引用问题**,所以把一些类型的定义放到了本包中。
\ No newline at end of file
+[`venus/venus-shared/actors/builtin/multisig/message.v0.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/multisig/message.v0.go#L27) 需要引用结构体 `Message` 和 [`venus/venus-shared/actors/builtin/init/actor.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/init/actor.go#L41) 需要引用结构体 `Actor`,若把 `Message` 和 `Actor` 定义在 `venus/venus-shared/types` 包中,会导致 `venus/venus-shared/actors` 和 `venus/venus-shared/types` 的**循环引用问题**,所以把一些类型的定义放到了本包中。
\ No newline at end of file

From 8496aef82122d27a54074cd84c09a349fa097167 Mon Sep 17 00:00:00 2001
From: wmjae <wenmujia@gmail.com>
Date: Wed, 8 Jan 2025 14:38:51 +0800
Subject: [PATCH 2/2] fix links

---
 venus-shared/actors/types/docs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/venus-shared/actors/types/docs.md b/venus-shared/actors/types/docs.md
index dff1503347..aebdde832c 100644
--- a/venus-shared/actors/types/docs.md
+++ b/venus-shared/actors/types/docs.md
@@ -1 +1 @@
-[`venus/venus-shared/actors/builtin/multisig/message.v0.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/multisig/message.v0.go#L27) 需要引用结构体 `Message` 和 [`venus/venus-shared/actors/builtin/init/actor.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/init/actor.go#L41) 需要引用结构体 `Actor`,若把 `Message` 和 `Actor` 定义在 `venus/venus-shared/types` 包中,会导致 `venus/venus-shared/actors` 和 `venus/venus-shared/types` 的**循环引用问题**,所以把一些类型的定义放到了本包中。
\ No newline at end of file
+[`venus/venus-shared/actors/builtin/multisig/message.v0.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/multisig/message.v0.go#L27) 需要引用结构体 `Message` 和 [`venus/venus-shared/actors/builtin/init/actor.go`](https://github.com/filecoin-project/venus/blob/master/venus-shared/actors/builtin/init/actor.go#L43) 需要引用结构体 `Actor`,若把 `Message` 和 `Actor` 定义在 `venus/venus-shared/types` 包中,会导致 `venus/venus-shared/actors` 和 `venus/venus-shared/types` 的**循环引用问题**,所以把一些类型的定义放到了本包中。
\ No newline at end of file