Skip to content

Commit c37e78c

Browse files
author
standard
committed
Renamed twitter as x
1 parent b43a4a0 commit c37e78c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ There's been a lot of discussion lately about how the PHP community lacks suffic
7878

7979
## Who
8080

81-
My name is [Josh Lockhart](https://twitter.com/codeguy). I'm the author of the [Slim Framework](https://www.slimframework.com/), and I work for [New Media Campaigns](https://www.newmediacampaigns.com/).
81+
My name is [Josh Lockhart](https://x.com/codeguy). I'm the author of the [Slim Framework](https://www.slimframework.com/), and I work for [New Media Campaigns](https://www.newmediacampaigns.com/).
8282

8383
### Collaborators
8484

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<h1><a href="/">PHP <em>The Right Way</em></a></h1>
2626
<div class="build-date">Last Updated: {{ site.time }}</div>
2727
<div class="share">
28-
<a class="btn-share" href="https://twitter.com/intent/tweet?text=PHP+The+Right+Way&amp;url=https%3A%2F%2Fwww.phptherightway.com&amp;hashtags=PHP" target="_blank">Share on Twitter</a>
28+
<a class="btn-share" href="https://x.com/intent/tweet?text=PHP+The+Right+Way&amp;url=https%3A%2F%2Fwww.phptherightway.com&amp;hashtags=PHP" target="_blank">Share on X</a>
2929
</div>
3030
<a class="fork-me" href="https://github.com/codeguy/php-the-right-way" target="_blank"></a>
3131
</header>

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<h1><a href="/">PHP <em>The Right Way</em></a></h1>
2626
<div class="build-date">Last Updated: {{ site.time }}</div>
2727
<div class="share">
28-
<a class="btn-share" href="https://twitter.com/intent/tweet?text=PHP+The+Right+Way&amp;url=https%3A%2F%2Fwww.phptherightway.com&amp;hashtags=PHP" target="_blank">Share on Twitter</a>
28+
<a class="btn-share" href="https://x.com/intent/tweet?text=PHP+The+Right+Way&amp;url=https%3A%2F%2Fwww.phptherightway.com&amp;hashtags=PHP" target="_blank">Share on X</a>
2929
</div>
3030
<a class="fork-me" href="https://github.com/codeguy/php-the-right-way" target="_blank"></a>
3131
</header>

_posts/16-03-01-People-to-Follow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ community members when you are first starting out. You can
1111
find an abbreviated list of PHP community members to get you started at:
1212

1313
* <https://www.ogprogrammer.com/2017/06/28/how-to-get-connected-with-the-php-community/>
14-
* <https://twitter.com/CalEvans/lists/phpeople>
14+
* <https://x.com/CalEvans/lists/phpeople>

_posts/17-01-01-Community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ anchor: community
77
The PHP community is as diverse as it is large, and its members are ready and willing to support new PHP programmers.
88
Consider joining your local PHP user group (PUG) or attending larger PHP conferences to learn more about the best
99
practices shown here. You can hang out on IRC in the #phpc channel on [irc.freenode.com][php-irc] and follow the
10-
@phpc on [Twitter][phpc-twitter] or [Mastodon][phpc-mastodon]. Get out there, meet new developers, learn new topics, and above all, make new
10+
@phpc on [X][phpc-x] or [Mastodon][phpc-mastodon]. Get out there, meet new developers, learn new topics, and above all, make new
1111
friends! Other community resources include [StackOverflow][php-so].
1212

1313
[Read the Official PHP Events Calendar][php-calendar]
1414

1515

1616
[php-irc]: https://webchat.freenode.net/?channels=phpc
17-
[phpc-twitter]: https://twitter.com/phpc
17+
[phpc-x]: https://x.com/phpc
1818
[phpc-mastodon]: https://phpc.social/
1919
[php-so]: https://stackoverflow.com/questions/tagged/php
2020
[php-calendar]: https://www.php.net/cal.php

_posts/17-02-01-User-Groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ generally promote the creating of a "female friendly" and professional atmospher
2222
[meetup]: https://www.meetup.com/find/
2323
[php-ug]: https://php.ug/
2424
[NomadPHP]: https://nomadphp.com/
25-
[PHPWomen]: https://twitter.com/PHPWomen
25+
[PHPWomen]: https://x.com/PHPWomen
2626
[php-wiki]: https://wiki.php.net/usergroups

0 commit comments

Comments
 (0)