This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new dbd2c94363 chore: fix GitHub brand name (#985)
dbd2c94363 is described below
commit dbd2c943634bd807bcf7abdf351168335abece92
Author: John Bampton <[email protected]>
AuthorDate: Tue Dec 9 12:30:45 2025 +1000
chore: fix GitHub brand name (#985)
---
blog/en-us/Python_API_and_AWS_Support.md | 2 +-
.../The_practice_of_Apache_Dolphinscheduler_in_fresh_food_industry.md | 2 +-
blog/zh-cn/about_blocking_task.md | 2 +-
public/locales/en-us.json | 2 +-
src/components/NavBar/index.jsx | 2 +-
src/views/Home/Community.jsx | 4 ++--
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/blog/en-us/Python_API_and_AWS_Support.md
b/blog/en-us/Python_API_and_AWS_Support.md
index cc33df626c..6d4207dbfa 100644
--- a/blog/en-us/Python_API_and_AWS_Support.md
+++ b/blog/en-us/Python_API_and_AWS_Support.md
@@ -319,7 +319,7 @@ For novices
For experts/non-newbies
Useful links:
-Github repository
+GitHub repository
Official website
Youtube
Slack
diff --git
a/blog/zh-cn/The_practice_of_Apache_Dolphinscheduler_in_fresh_food_industry.md
b/blog/zh-cn/The_practice_of_Apache_Dolphinscheduler_in_fresh_food_industry.md
index d8bcb160a1..04d4e41ba1 100644
---
a/blog/zh-cn/The_practice_of_Apache_Dolphinscheduler_in_fresh_food_industry.md
+++
b/blog/zh-cn/The_practice_of_Apache_Dolphinscheduler_in_fresh_food_industry.md
@@ -165,7 +165,7 @@ AirFlow 的技术栈是 Python,而公司主要是以 Java 为主;
# **3 元数据系统 Datahub 与 Dolphinscheduler 集成**
-Datahub由 LinkedIn 开源,原来叫做 WhereHows 。经过一段时间的发展 Datahub 于2020年2月在 Github
开源,首先简单介绍一下 Datahub 这个系统。
+Datahub由 LinkedIn 开源,原来叫做 WhereHows 。经过一段时间的发展 Datahub 于2020年2月在 GitHub
开源,首先简单介绍一下 Datahub 这个系统。
## **01 总体架构**
diff --git a/blog/zh-cn/about_blocking_task.md
b/blog/zh-cn/about_blocking_task.md
index add5f2b465..c1d2128f2a 100644
--- a/blog/zh-cn/about_blocking_task.md
+++ b/blog/zh-cn/about_blocking_task.md
@@ -76,7 +76,7 @@
## 技术方案概述
-> 本部分只会涉及阻断类任务的**代码主要设计思路**,不会涉及具体的代码,但是文后会给出代码实例的 Github。因为 ds
架构一直在发生变化,在这里讨论具体的代码怎么写没有太大意义。
+> 本部分只会涉及阻断类任务的**代码主要设计思路**,不会涉及具体的代码,但是文后会给出代码实例的 GitHub。因为 ds
架构一直在发生变化,在这里讨论具体的代码怎么写没有太大意义。
### 概念
diff --git a/public/locales/en-us.json b/public/locales/en-us.json
index 853d701502..7544539442 100644
--- a/public/locales/en-us.json
+++ b/public/locales/en-us.json
@@ -72,7 +72,7 @@
"micro_benchMark_notice": "Micro BenchMark Notice",
"unit_test_writing": "Unit Test Writing",
"participate_on_gitHub": "Participate in the program on GitHub",
- "view_on_github": "View on Github",
+ "view_on_github": "View on GitHub",
"chat_slack": "Chat rooms are great for quick questions or discussions on
specialized topics",
"join_slack": "Join Slack",
"twitter_tips": "Catch up on our latest news on tweets",
diff --git a/src/components/NavBar/index.jsx b/src/components/NavBar/index.jsx
index aa384a9173..22ccf68517 100644
--- a/src/components/NavBar/index.jsx
+++ b/src/components/NavBar/index.jsx
@@ -97,7 +97,7 @@ const NavBar = () => {
target="_blank"
rel="noopener noreferrer"
>
- Github
+ GitHub
</a>
),
key: "github",
diff --git a/src/views/Home/Community.jsx b/src/views/Home/Community.jsx
index 410abdcde1..5bd910964e 100644
--- a/src/views/Home/Community.jsx
+++ b/src/views/Home/Community.jsx
@@ -24,14 +24,14 @@ export const Community = ({ star, fork }) => {
<div className="home-community-amount">
{star ? star.toLocaleString("en-us") : "-"}
</div>
- <div className="home-community-text">Github Stars</div>
+ <div className="home-community-text">GitHub Stars</div>
</div>
<Divider type="vertical" />
<div className="home-community-item">
<div className="home-community-amount">
{fork ? fork.toLocaleString("en-us") : "-"}
</div>
- <div className="home-community-text">Github Forks</div>
+ <div className="home-community-text">GitHub Forks</div>
</div>
</div>
<Space className="home-community-icons" size={20}>