From d26446fb74b3e2295f4c71642263984dcd299993 Mon Sep 17 00:00:00 2001 From: ganler Date: Mon, 21 Feb 2022 00:27:03 -0600 Subject: [PATCH] fix dead link x2 --- contents/first-try/cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/first-try/cargo.md b/contents/first-try/cargo.md index 69866cf5..db9c0ebf 100644 --- a/contents/first-try/cargo.md +++ b/contents/first-try/cargo.md @@ -167,6 +167,6 @@ geometry = { path = "crates/geometry" } ## 基于 cargo 的项目组织结构 -前文有提到 `cargo` 默认生成的项目结构,真实的项目肯定会有所不同,但是在目前的学习阶段,还无需关注。感兴趣的同学可以移步:[Cargo 项目结构](../cargo/layout.md) +前文有提到 `cargo` 默认生成的项目结构,真实的项目肯定会有所不同,但是在目前的学习阶段,还无需关注。感兴趣的同学可以移步:[Cargo 项目结构](../cargo/guide/package-layout.md) 至此,大家对 Rust 项目的创建和管理已经有了初步的了解,那么来完善刚才的`"世界,你好"`项目吧。