Skip to content

Commit 632f0fd

Browse files
authored
fix link issue, relocate sunrisepeak/mcpp-standard to mcpp-community/… (#30)
* fix link issue, relocate sunrisepeak/mcpp-standard to mcpp-community/d2mcpp Signed-off-by: sunrisepeak <speakshen@163.com> * update link --------- Signed-off-by: sunrisepeak <speakshen@163.com>
1 parent 518e698 commit 632f0fd

File tree

119 files changed

+304
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+304
-304
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "mcpp-standard (Codespaces)",
2+
"name": "d2mcpp (Codespaces)",
33
"image": "mcr.microsoft.com/devcontainers/cpp:ubuntu-24.04",
44
"customizations": {
55
"vscode": {

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ llm.config.xlings
4343
media
4444
build
4545
.cache/
46-
dslings/compile_commands.json
46+
dslings/compile_commands.json

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
[English]: README.md
1717
[Todo]: README.md
1818

19-
[📚Book]: https://sunrisepeak.github.io/mcpp-standard/en/index.html
19+
[📚Book]: https://mcpp-community.github.io/d2mcpp/en/index.html
2020
[🎥Video]: https://youtube.com/playlist?list=PL7uow6t1QjF0ooMLkLSS96swpSuBZvoRE&si=1xHOGVIYpbzZAosI
21-
[⌨️Code]: https://github.com/Sunrisepeak/mcpp-standard/tree/main/dslings
21+
[⌨️Code]: https://github.com/mcpp-community/d2mcpp/tree/main/dslings
2222
[👥X]: https://forum.d2learn.org/category/20
2323

2424
## Goals
@@ -37,9 +37,9 @@
3737
3838
### Interactive Code Practice (Online)
3939

40-
> [**click the button below**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard) to automatically complete the configuration in the cloud and enter the practice code detection mode
40+
> [**click the button below**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp) to automatically complete the configuration in the cloud and enter the practice code detection mode
4141
42-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard)
42+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp)
4343

4444
### Interactive Code Practice (Local)
4545

@@ -67,12 +67,12 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767
</details>
6868

6969
```bash
70-
xlings install d2x:mcpp-standard
71-
cd mcpp-standard
70+
xlings install d2x:d2mcpp
71+
cd d2mcpp
7272
d2x checker
7373
```
7474

75-
**👉 [more details...](https://sunrisepeak.github.io/mcpp-standard/base/chapter_1.html)**
75+
**👉 [more details...](https://mcpp-community.github.io/d2mcpp/base/chapter_1.html)**
7676

7777
## Community
7878

@@ -94,10 +94,10 @@ d2x checker
9494

9595
**👥Contributors**
9696

97-
[![Star History Chart](https://api.star-history.com/svg?repos=Sunrisepeak/mcpp-standard&type=date&legend=top-left)](https://www.star-history.com/#Sunrisepeak/mcpp-standard&type=date&legend=top-left)
97+
[![Star History Chart](https://api.star-history.com/svg?repos=mcpp-community/d2mcpp&type=date&legend=top-left)](https://www.star-history.com/#mcpp-community/d2mcpp&type=date&legend=top-left)
9898

99-
<a href="https://github.com/Sunrisepeak/mcpp-standard/graphs/contributors">
100-
<img src="https://contrib.rocks/image?repo=Sunrisepeak/mcpp-standard" />
99+
<a href="https://github.com/mcpp-community/d2mcpp/graphs/contributors">
100+
<img src="https://contrib.rocks/image?repo=mcpp-community/d2mcpp" />
101101
</a>
102102

103-
<a href="https://hellogithub.com/repository/Sunrisepeak/mcpp-standard" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>
103+
<a href="https://hellogithub.com/en/repository/mcpp-community/d2mcpp" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>

README.zh.hant.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
[English]: README.md
1717
[Todo]: README.md
1818

19-
[📚Book]: https://sunrisepeak.github.io/mcpp-standard
19+
[📚Book]: https://mcpp-community.github.io/d2mcpp
2020
[🎥Video]: https://youtube.com/playlist?list=PL7uow6t1QjF0ooMLkLSS96swpSuBZvoRE&si=1xHOGVIYpbzZAosI
21-
[⌨️Code]: https://github.com/Sunrisepeak/mcpp-standard/tree/main/dslings
21+
[⌨️Code]: https://github.com/mcpp-community/d2mcpp/tree/main/dslings
2222
[👥X]: https://forum.d2learn.org/category/20
2323

2424
## 目標
@@ -37,9 +37,9 @@
3737
3838
### 線上程式碼練習
3939

40-
> [**點擊下方按鈕**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard) 即可在雲端自動完成設定, 並進入練習程式碼偵測模式
40+
> [**點擊下方按鈕**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp) 即可在雲端自動完成設定, 並進入練習程式碼偵測模式
4141
42-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard)
42+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp)
4343

4444
### 建立本地練習環境
4545

@@ -67,12 +67,12 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767
</details>
6868

6969
```bash
70-
xlings install d2x:mcpp-standard
71-
cd mcpp-standard
70+
xlings install d2x:d2mcpp
71+
cd d2mcpp
7272
d2x checker
7373
```
7474

75-
**👉 [更多細節...](https://sunrisepeak.github.io/mcpp-standard/base/chapter_1.html)**
75+
**👉 [更多細節...](https://mcpp-community.github.io/d2mcpp/base/chapter_1.html)**
7676

7777
## 社區
7878

@@ -94,10 +94,10 @@ d2x checker
9494

9595
**👥貢獻者**
9696

97-
[![Star History Chart](https://api.star-history.com/svg?repos=Sunrisepeak/mcpp-standard&type=date&legend=top-left)](https://www.star-history.com/#Sunrisepeak/mcpp-standard&type=date&legend=top-left)
97+
[![Star History Chart](https://api.star-history.com/svg?repos=mcpp-community/d2mcpp&type=date&legend=top-left)](https://www.star-history.com/#mcpp-community/d2mcpp&type=date&legend=top-left)
9898

99-
<a href="https://github.com/Sunrisepeak/mcpp-standard/graphs/contributors">
100-
<img src="https://contrib.rocks/image?repo=Sunrisepeak/mcpp-standard" />
99+
<a href="https://github.com/mcpp-community/d2mcpp/graphs/contributors">
100+
<img src="https://contrib.rocks/image?repo=mcpp-community/d2mcpp" />
101101
</a>
102102

103-
<a href="https://hellogithub.com/repository/Sunrisepeak/mcpp-standard" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>
103+
<a href="https://hellogithub.com/en/repository/mcpp-community/d2mcpp" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>

README.zh.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
[English]: README.md
1717
[Todo]: README.md
1818

19-
[📚Book]: https://sunrisepeak.github.io/mcpp-standard
19+
[📚Book]: https://mcpp-community.github.io/d2mcpp
2020
[🎥Video]: https://www.bilibili.com/video/BV182MtzPEiX
21-
[⌨️Code]: https://github.com/Sunrisepeak/mcpp-standard/tree/main/dslings
21+
[⌨️Code]: https://github.com/mcpp-community/d2mcpp/tree/main/dslings
2222
[👥X]: https://forum.d2learn.org/category/20
2323

2424
> [!CAUTION]
@@ -35,9 +35,9 @@
3535

3636
### 在线代码练习
3737

38-
> [**点击下面按钮**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard) 即可在云端自动完成配置, 并进入练习代码检测模式
38+
> [**点击下面按钮**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp) 即可在云端自动完成配置, 并进入练习代码检测模式
3939
40-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard)
40+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp)
4141

4242
### 搭建本地练习环境
4343

@@ -67,12 +67,12 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6767
</details>
6868

6969
```bash
70-
xlings install d2x:mcpp-standard
71-
cd mcpp-standard
70+
xlings install d2x:d2mcpp
71+
cd d2mcpp
7272
d2x checker
7373
```
7474

75-
**👉 [更多细节...](https://sunrisepeak.github.io/mcpp-standard/base/chapter_1.html)**
75+
**👉 [更多细节...](https://mcpp-community.github.io/d2mcpp/base/chapter_1.html)**
7676

7777
## 社区
7878

@@ -94,10 +94,10 @@ d2x checker
9494

9595
**👥贡献者**
9696

97-
[![Star History Chart](https://api.star-history.com/svg?repos=Sunrisepeak/mcpp-standard&type=date&legend=top-left)](https://www.star-history.com/#Sunrisepeak/mcpp-standard&type=date&legend=top-left)
97+
[![Star History Chart](https://api.star-history.com/svg?repos=mcpp-community/d2mcpp&type=date&legend=top-left)](https://www.star-history.com/#mcpp-community/d2mcpp&type=date&legend=top-left)
9898

99-
<a href="https://github.com/Sunrisepeak/mcpp-standard/graphs/contributors">
100-
<img src="https://contrib.rocks/image?repo=Sunrisepeak/mcpp-standard" />
99+
<a href="https://github.com/mcpp-community/d2mcpp/graphs/contributors">
100+
<img src="https://contrib.rocks/image?repo=mcpp-community/d2mcpp" />
101101
</a>
102102

103-
<a href="https://hellogithub.com/repository/Sunrisepeak/mcpp-standard" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>
103+
<a href="https://hellogithub.com/en/repository/mcpp-community/d2mcpp" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>

book/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# docs: https://rust-lang.github.io/mdBook
22
[book]
3-
title = "mcpp-standard | 动手学现代C++核心语言特性"
3+
title = "d2mcpp | 动手学现代C++核心语言特性"
44
author = "sunrispeak"
55
language = "zh"
66

77
[build]
88
build-dir = "book"
99

1010
[output.html]
11-
git-repository-url = "https://github.com/Sunrisepeak/mcpp-standard"
11+
git-repository-url = "https://github.com/mcpp-community/d2mcpp"
1212

1313
[preprocessor.foo]
1414
# Add any additional configurations

book/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ cp -r imgs book/
1717

1818
echo "Build completed."
1919

20-
# python -m http.server --directory book/book
20+
python -m http.server --directory book/book

book/en/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# docs: https://rust-lang.github.io/mdBook
22
[book]
3-
title = "mcpp-standard | D2X - Modern C++ Core Language Features"
3+
title = "d2mcpp | D2X - Modern C++ Core Language Features"
44
author = "sunrispeak"
55
language = "en"
66

77
[build]
88
build-dir = "../book/en"
99

1010
[output.html]
11-
git-repository-url = "https://github.com/Sunrisepeak/mcpp-standard"
11+
git-repository-url = "https://github.com/mcpp-community/d2mcpp"
1212

1313
[preprocessor.foo]
1414
# Add any additional configurations

book/en/src/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
</div>
1313

1414
[中文]: ../
15-
[GITHUB]: https://github.com/Sunrisepeak/mcpp-standard
15+
[GITHUB]: https://github.com/mcpp-community/d2mcpp
1616
[English]: ./
1717

18-
[📚Book]: https://sunrisepeak.github.io/mcpp-standard
18+
[📚Book]: https://mcpp-community.github.io/d2mcpp
1919
[🎥Video]: https://www.bilibili.com/video/BV182MtzPEiX
20-
[⌨️Code]: https://github.com/Sunrisepeak/mcpp-standard/tree/main/dslings
20+
[⌨️Code]: https://github.com/mcpp-community/d2mcpp/tree/main/dslings
2121
[👥X]: https://forum.d2learn.org/category/20
2222

2323
## Goals
@@ -33,9 +33,9 @@
3333
3434
### Interactive Code Practice (Online)
3535

36-
> [**click the button below**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard) to automatically complete the configuration in the cloud and enter the practice code detection mode
36+
> [**click the button below**](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp) to automatically complete the configuration in the cloud and enter the practice code detection mode
3737
38-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=Sunrisepeak/mcpp-standard)
38+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=mcpp-community/d2mcpp)
3939

4040
### Interactive Code Practice (Local)
4141

@@ -63,12 +63,12 @@ irm https://d2learn.org/xlings-install.ps1.txt | iex
6363
</details>
6464

6565
```bash
66-
xlings install d2x:mcpp-standard
67-
cd mcpp-standard
66+
xlings install d2x:d2mcpp
67+
cd d2mcpp
6868
d2x checker
6969
```
7070

71-
**👉 [more details...](https://sunrisepeak.github.io/mcpp-standard/en/base/chapter_1.html)**
71+
**👉 [more details...](https://mcpp-community.github.io/d2mcpp/en/base/chapter_1.html)**
7272

7373
## Community
7474

@@ -90,8 +90,8 @@ d2x checker
9090

9191
**👥Contributors**
9292

93-
<a href="https://github.com/Sunrisepeak/mcpp-standard/graphs/contributors">
94-
<img src="https://contrib.rocks/image?repo=Sunrisepeak/mcpp-standard" />
93+
<a href="https://github.com/mcpp-community/d2mcpp/graphs/contributors">
94+
<img src="https://contrib.rocks/image?repo=mcpp-community/d2mcpp" />
9595
</a>
9696

97-
<a href="https://hellogithub.com/repository/Sunrisepeak/mcpp-standard" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>
97+
<a href="https://hellogithub.com/en/repository/mcpp-community/d2mcpp" target="_blank"><img src="https://api.hellogithub.com/v1/widgets/recommend.svg?rid=7877f7cb12e940a5a432d49c19a360df&claim_uid=aNLTSv91Awj8ruX&theme=dark" alt="Featured|HelloGitHub" style="width: 250px; height: 54px;" width="250" height="54" /></a>

book/en/src/base/chapter_0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88

99
# Preface
1010

11-
mcpp-standard is an open-source tutorial project focused on **Modern C++ Core Language Features** with an emphasis on hands-on coding practice. The project structure follows the [Book + Video + Code + X] model, providing users with online e-books, corresponding instructional videos, accompanying practice code, as well as discussion forums and regular learning activities.
11+
d2mcpp is an open-source tutorial project focused on **Modern C++ Core Language Features** with an emphasis on hands-on coding practice. The project structure follows the [Book + Video + Code + X] model, providing users with online e-books, corresponding instructional videos, accompanying practice code, as well as discussion forums and regular learning activities.
1212

13-
- [Book: Online E-book](https://sunrisepeak.github.io/mcpp-standard/en)
13+
- [Book: Online E-book](https://mcpp-community.github.io/d2mcpp/en)
1414
- [Video: Instructional Videos](https://youtube.com/playlist?list=PL7uow6t1QjF0ooMLkLSS96swpSuBZvoRE&si=1xHOGVIYpbzZAosI)
15-
- [Code: Practice Code](https://github.com/Sunrisepeak/mcpp-standard/tree/main/dslings/en)
15+
- [Code: Practice Code](https://github.com/mcpp-community/d2mcpp/tree/main/dslings/en)
1616
- [X: mcpp Forum](https://forum.d2learn.org/category/20)
1717

1818
## Language Support
1919

2020
| 中文 | English | Repo |
2121
| --- | --- | --- |
22-
| [中文](../../base/chapter_0.html) | [English](./) | [Github](https://github.com/Sunrisepeak/mcpp-standard) |
22+
| [中文](../../base/chapter_0.html) | [English](./) | [Github](https://github.com/mcpp-community/d2mcpp) |
2323

2424
## Activities | [ 📣 MSCP - mcpp Project Learning and Contributor Cultivation Program ](https://moga.d2learn.org/activity/mscp/intro.html)
2525

26-
> MSCP is a "Earth Online" style role-playing game developed based on the mcpp-standard open-source project. In the game, you'll play as a "programming beginner" embarking on a challenging and exciting journey to learn Modern C++ and uncover its underlying truths...
26+
> MSCP is a "Earth Online" style role-playing game developed based on the d2mcpp open-source project. In the game, you'll play as a "programming beginner" embarking on a challenging and exciting journey to learn Modern C++ and uncover its underlying truths...
2727
2828
- `Price:` Free
29-
- `Developer:` [Sunrisepeak](https://github.com/Sunrisepeak)
29+
- `Developer:` [Sunrisepeak](https://github.com/sunrisepeak)
3030
- `Publisher:` [MOGA](https://moga.d2learn.org)
3131
- `Release Date:` October 2025
3232
- `Game Duration:` 100H - 200H

0 commit comments

Comments
 (0)