From 5fc18eac6f0b2425c3e30906e3afb4e060e797c9 Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Thu, 19 Mar 2026 00:47:57 +0800 Subject: [PATCH] docs: Fix SmartPtr docs linking to Core Types instead of RHI Types --- docs/api/core/smartptr/smartptr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/core/smartptr/smartptr.md b/docs/api/core/smartptr/smartptr.md index 0faf47e6..5467b082 100644 --- a/docs/api/core/smartptr/smartptr.md +++ b/docs/api/core/smartptr/smartptr.md @@ -61,4 +61,4 @@ Core::UniqueRef - [Core 模块总览](../core.md) - 返回模块总览 - [RefCounted](../refcounted/refcounted.md) - 引用计数基类 -- [Types](../../rhi/types/types.md) - 类型别名 +- [Types](../types/types.md) - 类型别名