Skip to content

Commit 2187354

Browse files
committed
Merge remote-tracking branch 'oss-datahub/master' into dpi_edge
2 parents e31761f + e695cf5 commit 2187354

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs-website/docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ module.exports = {
156156
label: "Adoption Stories",
157157
},
158158
{
159-
href: "https://blog.datahubproject.io/",
159+
href: "https://medium.com/datahub-project",
160160
label: "Blog",
161161
},
162162
{
@@ -247,7 +247,7 @@ module.exports = {
247247
},
248248
{
249249
label: "Blog",
250-
href: "https://blog.datahubproject.io/",
250+
href: "https://medium.com/datahub-project",
251251
},
252252
{
253253
label: "Town Halls",

docs-website/src/pages/_components/SocialMedia/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const SocialMedia = ({}) => {
185185
className={styles.visitPageIcon}
186186
/>
187187
</Link>
188-
<Link className={styles.statItem} to="https://blog.datahubproject.io/">
188+
<Link className={styles.statItem} to="https://medium.com/datahub-project">
189189
<div className={styles.styledIcon}>
190190
<MediumWorkmarkOutlined
191191
width={38}

docs-website/src/theme/Navbar/learnCardDropdownContent.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const learCardDropdownContent = [
1717
{
1818
title: "Blog",
1919
iconImage: "/img/icon-champions.png",
20-
href: "https://blog.datahubproject.io/",
20+
href: "https://medium.com/datahub-project",
2121
},
2222
{
2323
title: "Youtube",

0 commit comments

Comments
 (0)