Commit e695cf5 1 parent 9a9cd38 commit e695cf5 Copy full SHA for e695cf5
File tree 3 files changed +4
-4
lines changed
pages/_components/SocialMedia
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ module.exports = {
156
156
label : "Adoption Stories" ,
157
157
} ,
158
158
{
159
- href : "https://blog.datahubproject.io/ " ,
159
+ href : "https://medium.com/datahub-project " ,
160
160
label : "Blog" ,
161
161
} ,
162
162
{
@@ -247,7 +247,7 @@ module.exports = {
247
247
} ,
248
248
{
249
249
label : "Blog" ,
250
- href : "https://blog.datahubproject.io/ " ,
250
+ href : "https://medium.com/datahub-project " ,
251
251
} ,
252
252
{
253
253
label : "Town Halls" ,
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ const SocialMedia = ({}) => {
185
185
className = { styles . visitPageIcon }
186
186
/>
187
187
</ Link >
188
- < Link className = { styles . statItem } to = "https://blog.datahubproject.io/ " >
188
+ < Link className = { styles . statItem } to = "https://medium.com/datahub-project " >
189
189
< div className = { styles . styledIcon } >
190
190
< MediumWorkmarkOutlined
191
191
width = { 38 }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const learCardDropdownContent = [
17
17
{
18
18
title : "Blog" ,
19
19
iconImage : "/img/icon-champions.png" ,
20
- href : "https://blog.datahubproject.io/ " ,
20
+ href : "https://medium.com/datahub-project " ,
21
21
} ,
22
22
{
23
23
title : "Youtube" ,
You can’t perform that action at this time.
0 commit comments