Skip to content

Commit 1c742ef

Browse files
author
Angaddeep Singh
authored
Updated Twitter links to X (#7573)
1 parent e1b817a commit 1c742ef

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ mkdocs-material-8.5.11+insiders-4.27.0 (2022-12-20)
11781178

11791179
mkdocs-material-8.5.11 (2022-11-30)
11801180

1181-
* Let it snow, see https://twitter.com/squidfunk/status/1597939243090788352
1181+
* Let it snow, see https://x.com/squidfunk/status/1597939243090788352
11821182

11831183
mkdocs-material-8.5.10+insiders-4.26.6 (2022-11-28)
11841184

docs/blog/posts/search-better-faster-smaller.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,4 +627,4 @@ for MkDocs! This is the first blog article that I decided to write after a
627627
short [Twitter survey] made me to. You're invited to leave a comment
628628
to share your experiences with the new search implementation.
629629
630-
[Twitter survey]: https://twitter.com/squidfunk/status/1434477478823743488
630+
[X survey]: https://x.com/squidfunk/status/1434477478823743488

docs/blog/posts/the-past-present-and-future.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@ features that will see the light of day in 2022:
254254
Material for MkDocs.
255255

256256
This list is incomplete. Additionally, many new smaller features will be added
257-
next year, just as in 2021. You can follow [@squidfunk on Twitter] to stay
257+
next year, just as in 2021. You can follow [@squidfunk on X] to stay
258258
updated.
259259

260260
__Happy new year!__ :tada:
261261

262-
[Instant previews]: https://twitter.com/squidfunk/status/1466794654213492743
262+
[Instant previews]: https://x.com/squidfunk/status/1466794654213492743
263263
[card grids]: https://github.com/squidfunk/mkdocs-material/issues/3018
264264
[under investigation]: https://github.com/squidfunk/mkdocs-material/issues/3353
265-
[@squidfunk on Twitter]: https://twitter.com/squidfunk
265+
[@squidfunk on X]: https://x.com/squidfunk

docs/changelog/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ __Fixes__
747747

748748
### 8.5.11 <small>November 30, 2022</small> { id="8.5.11" }
749749

750-
- Let it snow, see https://twitter.com/squidfunk/status/1597939243090788352
750+
- Let it snow, see https://x.com/squidfunk/status/1597939243090788352
751751

752752
### 8.5.10 <small>November 11, 2022</small> { id="8.5.10" }
753753

docs/creating-your-site.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ plugins require the `site_url` to be set, so you should always do this.
102102
If you already have a schema defined, or wish to self-host your schema to
103103
reduce duplication, you can add it via [$ref].
104104

105-
[configuration validation and auto-complete]: https://twitter.com/squidfunk/status/1487746003692400642
105+
[configuration validation and auto-complete]: https://x.com/squidfunk/status/1487746003692400642
106106
[schema.json]: schema.json
107107
[vscode-yaml]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
108108
[settings.json]: https://code.visualstudio.com/docs/getstarted/settings

docs/setup/extensions/python-markdown-extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ See reference for usage:
721721
[Tabbed]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/
722722
[alternate style]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/#alternate-style
723723
[combine_header_slug style]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/#tab-ids
724-
[better behavior on mobile viewports]: https://twitter.com/squidfunk/status/1424740370596958214
724+
[better behavior on mobile viewports]: https://x.com/squidfunk/status/1424740370596958214
725725
[Grouping code blocks]: ../../reference/content-tabs.md#grouping-code-blocks
726726
[Grouping other content]: ../../reference/content-tabs.md#grouping-other-content
727727
[Embedded content]: ../../reference/content-tabs.md#embedded-content

docs/setup/setting-up-social-cards.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For a list of all settings, please consult the [plugin documentation].
5555

5656
Note that you must set [`site_url`][site_url] when using the social plugin,
5757
or the generated cards will not be correctly linked. Social media services
58-
like Twitter and Facebook demand that social previews point to an absolute
58+
like X and Facebook demand that social previews point to an absolute
5959
URL, which the plugin can only compute when [`site_url`][site_url] is set.
6060
Example:
6161

@@ -594,7 +594,7 @@ This will add two circles to the background:
594594
### Tags
595595

596596
The new [built-in social plugin] gives full flexibility of the meta tags that
597-
are added to your site, which are necessary to instruct services like Twitter
597+
are added to your site, which are necessary to instruct services like X
598598
or Discord how to display your social card. All default layouts use the following
599599
set of tags, which you can copy to your layout and adapt:
600600

docs/tutorials/blogs/engage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ share button will there be interactions with those companies' servers.
167167
import urllib.parse
168168
import re
169169

170-
x_intent = "https://twitter.com/intent/tweet"
170+
x_intent = "https://x.com/intent/tweet"
171171
fb_sharer = "https://www.facebook.com/sharer/sharer.php"
172172
include = re.compile(r"blog/[1-9].*")
173173

docs/upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ viewports]:
146146
```
147147

148148
[Tabbed]: setup/extensions/python-markdown-extensions.md#tabbed
149-
[better behavior on mobile viewports]: https://twitter.com/squidfunk/status/1424740370596958214
149+
[better behavior on mobile viewports]: https://x.com/squidfunk/status/1424740370596958214
150150

151151
#### `pymdownx.superfences`
152152

material/overrides/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<strong>Fosstodon</strong>
1515
</a>
1616
and
17-
<a href="https://twitter.com/squidfunk">
17+
<a href="https://x.com/squidfunk">
1818
<span class="twemoji twitter">
1919
{% include ".icons/fontawesome/brands/twitter.svg" %}
2020
</span>

src/overrides/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<strong>Fosstodon</strong>
4343
</a>
4444
and
45-
<a href="https://twitter.com/squidfunk">
45+
<a href="https://x.com/squidfunk">
4646
<span class="twemoji twitter">
4747
{% include ".icons/fontawesome/brands/twitter.svg" %}
4848
</span>

0 commit comments

Comments
 (0)