WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit dbd2c94

Browse files
authored
chore: fix GitHub brand name (#985)
1 parent fbecbed commit dbd2c94

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

blog/en-us/Python_API_and_AWS_Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ For novices
319319
For experts/non-newbies
320320
Useful links:
321321

322-
Github repository
322+
GitHub repository
323323
Official website
324324
Youtube
325325
Slack

blog/zh-cn/The_practice_of_Apache_Dolphinscheduler_in_fresh_food_industry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ AirFlow 的技术栈是 Python,而公司主要是以 Java 为主;
165165

166166
# **3 元数据系统 Datahub 与 Dolphinscheduler 集成**
167167

168-
Datahub由 LinkedIn 开源,原来叫做 WhereHows 。经过一段时间的发展 Datahub 于2020年2月在 Github 开源,首先简单介绍一下 Datahub 这个系统。
168+
Datahub由 LinkedIn 开源,原来叫做 WhereHows 。经过一段时间的发展 Datahub 于2020年2月在 GitHub 开源,首先简单介绍一下 Datahub 这个系统。
169169

170170
## **01 总体架构**
171171

blog/zh-cn/about_blocking_task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
## 技术方案概述
7878

79-
> 本部分只会涉及阻断类任务的**代码主要设计思路**,不会涉及具体的代码,但是文后会给出代码实例的 Github。因为 ds 架构一直在发生变化,在这里讨论具体的代码怎么写没有太大意义。
79+
> 本部分只会涉及阻断类任务的**代码主要设计思路**,不会涉及具体的代码,但是文后会给出代码实例的 GitHub。因为 ds 架构一直在发生变化,在这里讨论具体的代码怎么写没有太大意义。
8080
8181
### 概念
8282

public/locales/en-us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"micro_benchMark_notice": "Micro BenchMark Notice",
7373
"unit_test_writing": "Unit Test Writing",
7474
"participate_on_gitHub": "Participate in the program on GitHub",
75-
"view_on_github": "View on Github",
75+
"view_on_github": "View on GitHub",
7676
"chat_slack": "Chat rooms are great for quick questions or discussions on specialized topics",
7777
"join_slack": "Join Slack",
7878
"twitter_tips": "Catch up on our latest news on tweets",

src/components/NavBar/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const NavBar = () => {
9797
target="_blank"
9898
rel="noopener noreferrer"
9999
>
100-
Github
100+
GitHub
101101
</a>
102102
),
103103
key: "github",

src/views/Home/Community.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ export const Community = ({ star, fork }) => {
2424
<div className="home-community-amount">
2525
{star ? star.toLocaleString("en-us") : "-"}
2626
</div>
27-
<div className="home-community-text">Github Stars</div>
27+
<div className="home-community-text">GitHub Stars</div>
2828
</div>
2929
<Divider type="vertical" />
3030
<div className="home-community-item">
3131
<div className="home-community-amount">
3232
{fork ? fork.toLocaleString("en-us") : "-"}
3333
</div>
34-
<div className="home-community-text">Github Forks</div>
34+
<div className="home-community-text">GitHub Forks</div>
3535
</div>
3636
</div>
3737
<Space className="home-community-icons" size={20}>

0 commit comments

Comments
 (0)