From 53162f0ea4aec98576466b9f96970850a0f3b186 Mon Sep 17 00:00:00 2001 From: sunface Date: Tue, 29 Mar 2022 14:21:00 +0800 Subject: [PATCH] udpate readme.md --- README.md | 2 +- src/about-book.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e83fabed..8c984474 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@
-[![Stars Count](https://img.shields.io/github/stars/sunface/rust-course?style=flat)](https://github.com/sunface/rust-by-practice/stargazers) [![Forks Count](https://img.shields.io/github/forks/sunface/rust-course.svg?style=flat)](https://github.com/naaive/orange/network/members) +[![Stars Count](https://img.shields.io/github/stars/sunface/rust-course?style=flat)](https://github.com/sunface/rust-course/stargazers) [![Forks Count](https://img.shields.io/github/forks/sunface/rust-course.svg?style=flat)](https://github.com/sunface/rust-course/graphs/contributors) Sunface | 知乎 diff --git a/src/about-book.md b/src/about-book.md index f94de71a..e6667c3e 100644 --- a/src/about-book.md +++ b/src/about-book.md @@ -6,14 +6,14 @@
-[![Stars Count](https://img.shields.io/github/stars/sunface/rust-course?style=flat)](https://github.com/sunface/rust-by-practice/stargazers) [![Forks Count](https://img.shields.io/github/forks/sunface/rust-course.svg?style=flat)](https://github.com/naaive/orange/network/members) +[![Stars Count](https://img.shields.io/github/stars/sunface/rust-course?style=flat)](https://github.com/sunface/rust-course/stargazers) [![Forks Count](https://img.shields.io/github/forks/sunface/rust-course.svg?style=flat)](https://github.com/sunface/rust-course/graphs/contributors) - Sunface | 知乎 + Sunface | 知乎
- 在线阅读: [https://course.rs](https://course.rs) - +- 学习社区: https://studyrust.org - 优秀学习资源 - [Rust语言实战](https://github.com/sunface/rust-by-practice),它是本书的配套练习册,提供了大量有挑战性的示例、练习和实践项目,帮助大家解决 Rust 语言从学习到实战的问题 — 毕竟这之间还隔着好几个 Go 语言的难度 :D - [Rust语言周刊](https://github.com/sunface/rust-weekly),每周一发布,精选过去一周的技术文章、业界新闻、开源项目和 Rust 语言动态