Skip to content

Commit 757bbc5

Browse files
committed
chore: update links to repo
1 parent 7458f8c commit 757bbc5

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.lintstagedrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"*.{js,jsx,ts,tsx,mjs}": ["eslint --fix"],
3-
"*": ["prettier --ignore-unknown --write"]
2+
"*.{js,jsx,ts,tsx,mjs}": ["yarn eslint --fix"],
3+
"*": ["yarn prettier --ignore-unknown --write"]
44
}

docs/infra/CI-CD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ CI/CD 是 [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_inte
4444

4545
- 是一个自动编译并搭建静态网站预览的工具。配置后,Netlify 会在 PR 下添加一条包含预览网站地址的留言,使审核者能够预览这个 PR 引入的改变
4646
- 由于免费版的 Netlify 只允许每个项目拥有一个管理员,需要更改项目配置的请联系
47-
- [Computerization-website](https://github.com/Computerization/Computerization-website) 的管理员是 [@yechs](https://github.com/yechs)
47+
- [Computerization-website](https://github.com/Computerization/computerization.github.io) 的管理员是 [@yechs](https://github.com/yechs)
4848
- [Enspire](https://github.com/Computerization/Enspire) 的管理员是 [@Josh-Cena](https://github.com/Josh-Cena)
4949

5050
### LGTM {#lgtm}

docs/syllabus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ $ yarn global add @vue/cli
8282

8383
### 阅读源代码(4 周)
8484

85-
在寒假中,社员们需要 clone [Enspire](https://github.com/Computerization/Enspire)[社团网站](https://github.com/Computerization/Computerization-website) 两个 repo,运行它们,并理解源代码的逻辑。
85+
在寒假中,社员们需要 clone [Enspire](https://github.com/Computerization/Enspire)[社团网站](https://github.com/Computerization/computerization.github.io) 两个 repo,运行它们,并理解源代码的逻辑。
8686

87-
Computerization-website 是我们的社团网页(也就是你现在正在浏览的)源码。它使用了 Docusaurus 框架,这是一个基于 React 的静态网页生成器。如果想要贡献,如撰写 docs 或 blog,只需要在对应文件夹中新建 Markdown 文件即可;如果想制作像 [过往成员](/Alumni) 一样的页面,则需要学习 React 语法。这不是必学内容。
87+
computerization.github.io 是我们的社团网页(也就是你现在正在浏览的)源码。它使用了 Docusaurus 框架,这是一个基于 React 的静态网页生成器。如果想要贡献,如撰写 docs 或 blog,只需要在对应文件夹中新建 Markdown 文件即可;如果想制作像 [过往成员](/Alumni) 一样的页面,则需要学习 React 语法。这不是必学内容。
8888

8989
Enspire 使用了 TypeScript,这是一种带类型标注与静态检查的 JavaScript。开学后,社长会详细介绍 TS 语法与其优势。
9090

i18n/en/docusaurus-plugin-content-docs/current/infra/CI-CD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In a typical web project, each of your PR will be examined by the following tool
4444

4545
- It is a tool used to automatically build and preview static websites. With some configuration, it will comment the preview address under PRs, so that reviewers can preview the changes introduced by the PR.
4646
- Since the free plan of Netlify allows only one member in each organization, you should contact these people if you want to change the configurations
47-
- [Computerization-website](https://github.com/Computerization/Computerization-website) ==> [@yechs](https://github.com/yechs)
47+
- [Computerization-website](https://github.com/Computerization/computerization.github.io) ==> [@yechs](https://github.com/yechs)
4848
- [Enspire](https://github.com/Computerization/Enspire) ==> [@Josh-Cena](https://github.com/Josh-Cena)
4949

5050
### LGTM

i18n/en/docusaurus-plugin-content-docs/current/syllabus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Members will also need to know about code styling tools, such as ESLint and Pret
8383

8484
### Understand source codes(4 weeks)
8585

86-
During the winter holiday, members would need to clone the two repos: [Enspire](https://github.com/Computerization/Enspire) and [Computerization website](https://github.com/Computerization/Computerization-website), run them, and understand their logic.
86+
During the winter holiday, members would need to clone the two repos: [Enspire](https://github.com/Computerization/Enspire) and [Computerization website](https://github.com/Computerization/computerization.github.io), run them, and understand their logic.
8787

8888
Computerization-website is the source code of our club website (which you are browsing now). It uses the docusaurus framework, which is a static webpage generator based on React. If you want to contribute, such as by writing a doc or blog, you just need to create a new Markdown file in the corresponding folder; if you want to make a page like [Alumni](/Alumni), you need to learn the React syntax, but this is not a must.
8989

plugins/docusaurus-plugin-alumni/src/theme/AlumniPage/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Alumni({ alumni }: Props): JSX.Element {
4646
values={{
4747
link1: (
4848
<a
49-
href="https://github.com/Computerization/Computerization-website/edit/master/alumni/alumni.yml"
49+
href="https://github.com/Computerization/computerization.github.io/edit/master/alumni/alumni.yml"
5050
target="_blank"
5151
rel="noreferrer noopener">
5252
<Translate
@@ -58,7 +58,7 @@ export default function Alumni({ alumni }: Props): JSX.Element {
5858
),
5959
link2: (
6060
<a
61-
href="https://github.com/Computerization/Computerization-website/edit/master/i18n/en/docusaurus-plugin-alumni/alumni.yml"
61+
href="https://github.com/Computerization/computerization.github.io/edit/master/i18n/en/docusaurus-plugin-alumni/alumni.yml"
6262
target="_blank"
6363
rel="noreferrer noopener">
6464
<Translate

0 commit comments

Comments
 (0)