Skip to content

Commit f4d6731

Browse files
docs: update Twitter links
PR-URL: stdlib-js#2745 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 2b123f6 commit f4d6731

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/links/database.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10370,7 +10370,7 @@
1037010370
"nodejs"
1037110371
]
1037210372
},
10373-
"https://twitter.com/stdlibjs": {
10373+
"https://x.com/stdlibjs": {
1037410374
"id": "stdlib-twitter",
1037510375
"description": "Twitter account for the stdlib standard library for JavaScript and Node.js.",
1037610376
"short_url": "",

docs/references/csl/ieee.csl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</contributor>
1717
<contributor>
1818
<name>Rintze Zelle</name>
19-
<uri>http://twitter.com/rintzezelle</uri>
19+
<uri>http://x.com/rintzezelle</uri>
2020
</contributor>
2121
<contributor>
2222
<name>Stephen Frank</name>

etc/typedoc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
491491

492492
[stdlib-code-coverage]: https://codecov.io/github/stdlib-js/stdlib/branch/develop
493493

494-
[stdlib-twitter]: https://twitter.com/stdlibjs
494+
[stdlib-twitter]: https://x.com/stdlibjs
495495

496496
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
497497

etc/typedoc/theme/layouts/default.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta property="og:locale" content="en_US">
3030
<meta property="og:image" content="">
3131

32-
<!-- Twitter -->
32+
<!-- X -->
3333
<meta name="twitter:card" content="A standard library for JavaScript and Node.js.">
3434
<meta name="twitter:site" content="@stdlibjs">
3535
<meta name="twitter:url" content="https://stdlib.io/">

etc/typedoc/theme/partials/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
/
6868
<a href="https://gitter.im/stdlib-js/stdlib">Chat</a>
6969
/
70-
<a href="https://twitter.com/stdlibjs">Twitter</a>
70+
<a href="https://x.com/stdlibjs">X</a>
7171
/
7272
<a href="https://github.com/stdlib-js/stdlib">Contribute</a>
7373
</div>

0 commit comments

Comments
 (0)