From e3a000bc2312b349c09f35363e1bfdee33c79451 Mon Sep 17 00:00:00 2001 From: MiroKaku <50670906+MiroKaku@users.noreply.github.com> Date: Mon, 3 Jul 2023 17:55:00 +0800 Subject: [PATCH] doc: update readme. --- README.md | 2 +- ReadMe.zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e2644d..a24c44c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ But there are several problems,like it isn't support C++ exception and it cost ### 1.3 Example -> See project [unittest](https://github.com/MiroKaku/ucxxrt/blob/main/src/unittest.cpp) for more Infomation. +> See project [unittest](https://github.com/MiroKaku/ucxxrt/blob/main/test/unittest.cpp) for more Infomation. ```cpp void Test$ThrowUnknow() diff --git a/ReadMe.zh-cn.md b/ReadMe.zh-cn.md index 48e1e0e..b4077b2 100644 --- a/ReadMe.zh-cn.md +++ b/ReadMe.zh-cn.md @@ -35,7 +35,7 @@ ucxxrt 是一个基于微软的 MSVC 修改的开源运行时库,最大的亮 ### 1.3 例子 -> 项目 [unittest](https://github.com/MiroKaku/ucxxrt/blob/main/src/unittest.cpp) 查看更多信息。 +> 项目 [unittest](https://github.com/MiroKaku/ucxxrt/blob/main/test/unittest.cpp) 查看更多信息。 ```cpp void Test$ThrowUnknow()