Skip to content

Commit 463abcd

Browse files
committed
chore: update Twitter links to x.com
1 parent 31b4521 commit 463abcd

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.vitepress/theme/components/NewsLetter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { VTLink } from '@vue/theme'
4545
href="https://news.vuejs.org/"
4646
no-icon
4747
>news.vuejs.org</VTLink>. You may also go social at
48-
<VTLink class="link" href="https://twitter.com/vuejs" no-icon>Twitter</VTLink>, or join our home at
48+
<VTLink class="link" href="https://x.com/vuejs" no-icon>Twitter</VTLink>, or join our home at
4949
<VTLink class="link" href="https://discord.com/invite/vue" no-icon>Discord</VTLink>.
5050
</p>
5151
</div>

src/about/community-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Our [Code of Conduct](/about/coc) is a guide to make it easier to enrich all of
1616

1717
### Stay in the Know {#stay-in-the-know}
1818

19-
- Follow our [official Twitter account](https://twitter.com/vuejs).
19+
- Follow our [official Twitter account](https://x.com/vuejs).
2020
- Follow our [team members](./team) on Twitter or GitHub.
2121
- Follow the [RFC discussions](https://github.com/vuejs/rfcs).
2222
- Subscribe to the [official blog](https://blog.vuejs.org/).
@@ -28,7 +28,7 @@ Our [Code of Conduct](/about/coc) is a guide to make it easier to enrich all of
2828
- [DEV Community](https://dev.to/t/vue): Share and discuss Vue related topics on Dev.to.
2929
- [Meetups](https://events.vuejs.org/meetups): Want to find local Vue enthusiasts like yourself? Interested in becoming a community leader? We have the help and support you need right here!
3030
- [GitHub](https://github.com/vuejs): If you have a bug to report or feature to request, that's what the GitHub issues are for. Please respect the rules specified in each repository's issue template.
31-
- [Twitter Community (unofficial)](https://twitter.com/i/communities/1516368750634840064): A Twitter community, where you can meet other Vue enthusiasts, get help, or just chat about Vue.
31+
- [Twitter Community (unofficial)](https://x.com/i/communities/1516368750634840064): A Twitter community, where you can meet other Vue enthusiasts, get help, or just chat about Vue.
3232

3333
### Explore the Ecosystem {#explore-the-ecosystem}
3434

@@ -80,4 +80,4 @@ There's a lot you can do to help Vue grow in your community:
8080
- **Start your own meetup.** If there's not already a Vue meetup in your area, you can start your own! Use the [resources at events.vuejs.org](https://events.vuejs.org/resources/#getting-started) to help you succeed!
8181
- **Help meetup organizers.** There can never be too much help when it comes to running an event, so offer a hand to help out local organizers to help make every event a success.
8282

83-
If you have any questions on how you can get more involved with your local Vue community, reach out on Twitter at [@vuejs_events](https://www.twitter.com/vuejs_events)!
83+
If you have any questions on how you can get more involved with your local Vue community, reach out on Twitter at [@vuejs_events](https://x.com/vuejs_events)!

src/about/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Who maintains Vue? {#who-maintains-vue}
44

5-
Vue is an independent, community-driven project. It was created by [Evan You](https://twitter.com/youyuxi) in 2014 as a personal side project. Today, Vue is actively maintained by [a team of both full-time and volunteer members from all around the world](/about/team), where Evan serves as the project lead. You can learn more about the story of Vue in this [documentary](https://www.youtube.com/watch?v=OrxmtDw4pVI).
5+
Vue is an independent, community-driven project. It was created by [Evan You](https://x.com/youyuxi) in 2014 as a personal side project. Today, Vue is actively maintained by [a team of both full-time and volunteer members from all around the world](/about/team), where Evan serves as the project lead. You can learn more about the story of Vue in this [documentary](https://www.youtube.com/watch?v=OrxmtDw4pVI).
66

77
Vue's development is primarily funded through sponsorships and we have been financially sustainable since 2016. If you or your business benefit from Vue, consider [sponsoring us](/sponsor/) to support Vue's development!
88

src/about/team/TeamMember.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function arrayify(value: string | string[]): string[] {
153153
<li v-if="member.socials.twitter" class="social-item">
154154
<VTLink
155155
class="social-link"
156-
:href="`https://twitter.com/${member.socials.twitter}`"
156+
:href="`https://x.com/${member.socials.twitter}`"
157157
:no-icon="true"
158158
>
159159
<VTIconX class="social-icon" />

src/about/team/members-partner.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"projects": [
215215
{
216216
"label": "VueJsNews",
217-
"url": "https://twitter.com/VueJsNews"
217+
"url": "https://x.com/VueJsNews"
218218
}
219219
],
220220
"website": {

src/guide/scaling-up/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ End-to-end tests do not import any of your Vue application's code but instead re
252252

253253
End-to-end tests validate many of the layers in your application. They can either target your locally built application or even a live Staging environment. Testing against your Staging environment not only includes your frontend code and static server but all associated backend services and infrastructure.
254254

255-
> The more your tests resemble how your software is used, the more confidence they can give you. - [Kent C. Dodds](https://twitter.com/kentcdodds/status/977018512689455106) - Author of the Testing Library
255+
> The more your tests resemble how your software is used, the more confidence they can give you. - [Kent C. Dodds](https://x.com/kentcdodds/status/977018512689455106) - Author of the Testing Library
256256
257257
By testing how user actions impact your application, E2E tests are often the key to higher confidence in whether an application is functioning properly or not.
258258

src/sponsor/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can also try to convince your employer to sponsor Vue as a business. This ma
4343
- **Global Special Sponsor**:
4444
- Limited to **one** sponsor globally. <span v-if="!data?.special">Currently vacant. [Get in touch](mailto:sponsor@vuejs.org?subject=Vue.js%20special%20sponsor%20inquiry)!</span><span v-else>(Currently filled)</span>
4545
- (Exclusive) **Above the fold** logo placement on the front page of [vuejs.org](/).
46-
- (Exclusive) Special shoutout and regular retweets of major product launches via [Vue's official X account](https://twitter.com/vuejs) (320k followers).
46+
- (Exclusive) Special shoutout and regular retweets of major product launches via [Vue's official X account](https://x.com/vuejs) (320k followers).
4747
- Most prominent logo placement in all locations from tiers below.
4848
- **Platinum (USD$2,000/mo)**:
4949
- Prominent logo placement on the front page of [vuejs.org](/).

0 commit comments

Comments
 (0)