Skip to content

Commit 7f7eb9b

Browse files
committed
chore: update links from twitter.com to x.com
1 parent 5bc1038 commit 7f7eb9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/content/authors/bas-steins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image: /images/authors/bas-steins.jpg
55
description: Bas Steins is a software developer, consultant, and trainer. He has been helping people turn their ideas into software for almost two decades.
66
social:
77
github: https://www.github.com/bascodes
8-
twitter: https://www.twitter.com/bascodes
8+
twitter: https://www.x.com/bascodes
99
---
1010

1111
I am happy to have found a place in this incredibly diverse, exciting and challenging world of technology. For almost two decades, I’ve been helping people turn their ideas into software and I’ve been helping other developers create better software.

src/content/authors/nicolai-froehlich.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ meta_title: ""
44
image: /images/authors/nicolai-froehlich.jpg
55
description: Nicolai Fröhlich has been in the tech industry for over 20 years, from developer to CTO.
66
social:
7-
twitter: https://www.twitter.com/sf2tuts
7+
twitter: https://www.x.com/sf2tuts
88
---
99

1010
20+ years in the tech industry, from developer to CTO

src/layouts/components/Share.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const { title, description, slug, className } = Astro.props;
2525
<li class="inline-block">
2626
<a
2727
aria-label="twitter share button"
28-
href={`https://twitter.com/intent/tweet/?text=${title}&amp;url=${base_url}/${slug}`}
28+
href={`https://x.com/intent/tweet/?text=${title}&amp;url=${base_url}/${slug}`}
2929
target="_blank"
3030
rel="noreferrer noopener"
3131
>

0 commit comments

Comments
 (0)