mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 01:48:24 +00:00
docs: making top level blog links point to medium directly (#12885)
This commit is contained in:
parent
9a9cd384f1
commit
e695cf59fd
@ -156,7 +156,7 @@ module.exports = {
|
||||
label: "Adoption Stories",
|
||||
},
|
||||
{
|
||||
href: "https://blog.datahubproject.io/",
|
||||
href: "https://medium.com/datahub-project",
|
||||
label: "Blog",
|
||||
},
|
||||
{
|
||||
@ -247,7 +247,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "https://blog.datahubproject.io/",
|
||||
href: "https://medium.com/datahub-project",
|
||||
},
|
||||
{
|
||||
label: "Town Halls",
|
||||
|
||||
@ -185,7 +185,7 @@ const SocialMedia = ({}) => {
|
||||
className={styles.visitPageIcon}
|
||||
/>
|
||||
</Link>
|
||||
<Link className={styles.statItem} to="https://blog.datahubproject.io/">
|
||||
<Link className={styles.statItem} to="https://medium.com/datahub-project">
|
||||
<div className={styles.styledIcon}>
|
||||
<MediumWorkmarkOutlined
|
||||
width={38}
|
||||
|
||||
@ -17,7 +17,7 @@ const learCardDropdownContent = [
|
||||
{
|
||||
title: "Blog",
|
||||
iconImage: "/img/icon-champions.png",
|
||||
href: "https://blog.datahubproject.io/",
|
||||
href: "https://medium.com/datahub-project",
|
||||
},
|
||||
{
|
||||
title: "Youtube",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user