Skip to content

Commit 41f5c50

Browse files
committed
Update: CN doc link
1 parent f40392e commit 41f5c50

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ cargo test --test solutions p000_005
7171
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/zhongdongy/leetcode_rust/solution_test.yml?label=LeetCode%20Solution%20Tests&logo=github&style=plastic)
7272
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/zhongdongy/leetcode_rust/solution_test_cn.yml?label=力扣解法验证&=github&style=plastic)
7373

74-
关于 Crate 提供的各个解法的 Rust 文档,请参阅 [https://leetcode-rust.zhongdongy.com](https://leetcode-rust.zhongdongy.com)
75-
[https://leetcode-rust.pages.dev/](https://leetcode-rust.pages.dev/).
74+
关于 Crate 提供的各个解法的 Rust 文档,请参阅 [https://leetcode-rust.dongs.xyz/](https://leetcode-rust.dongs.xyz/)
7675

7776
## 文档
7877

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
//!
7070
//! ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/zhongdongy/leetcode_rust/solution_test_cn.yml?label=力扣解法验证&logo=github&style=plastic)
7171
//!
72-
//! 关于 Crate 提供的各个解法的 Rust 文档,请参阅 [https://leetcode-rust.zhongdongy.com](https://leetcode-rust.zhongdongy.com)
73-
//! 或 [https://leetcode-rust.pages.dev/](https://leetcode-rust.pages.dev/).
72+
//! 关于 Crate 提供的各个解法的 Rust 文档,请参阅 [https://leetcode-rust.dongs.xyz/](https://leetcode-rust.dongs.xyz/)。
7473
//!
7574
//! ## 文档
7675
//!

0 commit comments

Comments
 (0)