diff --git a/CHANGELOG b/CHANGELOG index 0c3fba6c8..67d81fc25 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1178,7 +1178,7 @@ mkdocs-material-8.5.11+insiders-4.27.0 (2022-12-20) mkdocs-material-8.5.11 (2022-11-30) - * Let it snow, see https://twitter.com/squidfunk/status/1597939243090788352 + * Let it snow, see https://x.com/squidfunk/status/1597939243090788352 mkdocs-material-8.5.10+insiders-4.26.6 (2022-11-28) diff --git a/docs/blog/posts/search-better-faster-smaller.md b/docs/blog/posts/search-better-faster-smaller.md index dee51099d..863ef3fee 100644 --- a/docs/blog/posts/search-better-faster-smaller.md +++ b/docs/blog/posts/search-better-faster-smaller.md @@ -627,4 +627,4 @@ for MkDocs! This is the first blog article that I decided to write after a short [Twitter survey] made me to. You're invited to leave a comment to share your experiences with the new search implementation. - [Twitter survey]: https://twitter.com/squidfunk/status/1434477478823743488 + [X survey]: https://x.com/squidfunk/status/1434477478823743488 diff --git a/docs/blog/posts/the-past-present-and-future.md b/docs/blog/posts/the-past-present-and-future.md index 40d4b8fed..74421222d 100644 --- a/docs/blog/posts/the-past-present-and-future.md +++ b/docs/blog/posts/the-past-present-and-future.md @@ -254,12 +254,12 @@ features that will see the light of day in 2022: Material for MkDocs. This list is incomplete. Additionally, many new smaller features will be added -next year, just as in 2021. You can follow [@squidfunk on Twitter] to stay +next year, just as in 2021. You can follow [@squidfunk on X] to stay updated. __Happy new year!__ :tada: - [Instant previews]: https://twitter.com/squidfunk/status/1466794654213492743 + [Instant previews]: https://x.com/squidfunk/status/1466794654213492743 [card grids]: https://github.com/squidfunk/mkdocs-material/issues/3018 [under investigation]: https://github.com/squidfunk/mkdocs-material/issues/3353 - [@squidfunk on Twitter]: https://twitter.com/squidfunk + [@squidfunk on X]: https://x.com/squidfunk diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 1941b50ca..145f28bc0 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -747,7 +747,7 @@ __Fixes__ ### 8.5.11 November 30, 2022 { id="8.5.11" } -- Let it snow, see https://twitter.com/squidfunk/status/1597939243090788352 +- Let it snow, see https://x.com/squidfunk/status/1597939243090788352 ### 8.5.10 November 11, 2022 { id="8.5.10" } diff --git a/docs/creating-your-site.md b/docs/creating-your-site.md index fec3ba3bc..eb5adc5b1 100644 --- a/docs/creating-your-site.md +++ b/docs/creating-your-site.md @@ -102,7 +102,7 @@ plugins require the `site_url` to be set, so you should always do this. If you already have a schema defined, or wish to self-host your schema to reduce duplication, you can add it via [$ref]. - [configuration validation and auto-complete]: https://twitter.com/squidfunk/status/1487746003692400642 + [configuration validation and auto-complete]: https://x.com/squidfunk/status/1487746003692400642 [schema.json]: schema.json [vscode-yaml]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml [settings.json]: https://code.visualstudio.com/docs/getstarted/settings diff --git a/docs/setup/extensions/python-markdown-extensions.md b/docs/setup/extensions/python-markdown-extensions.md index b262d4773..7b0c94844 100644 --- a/docs/setup/extensions/python-markdown-extensions.md +++ b/docs/setup/extensions/python-markdown-extensions.md @@ -721,7 +721,7 @@ See reference for usage: [Tabbed]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/ [alternate style]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/#alternate-style [combine_header_slug style]: https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/#tab-ids - [better behavior on mobile viewports]: https://twitter.com/squidfunk/status/1424740370596958214 + [better behavior on mobile viewports]: https://x.com/squidfunk/status/1424740370596958214 [Grouping code blocks]: ../../reference/content-tabs.md#grouping-code-blocks [Grouping other content]: ../../reference/content-tabs.md#grouping-other-content [Embedded content]: ../../reference/content-tabs.md#embedded-content diff --git a/docs/setup/setting-up-social-cards.md b/docs/setup/setting-up-social-cards.md index 96b07840c..0603cb08c 100644 --- a/docs/setup/setting-up-social-cards.md +++ b/docs/setup/setting-up-social-cards.md @@ -55,7 +55,7 @@ For a list of all settings, please consult the [plugin documentation]. Note that you must set [`site_url`][site_url] when using the social plugin, or the generated cards will not be correctly linked. Social media services - like Twitter and Facebook demand that social previews point to an absolute + like X and Facebook demand that social previews point to an absolute URL, which the plugin can only compute when [`site_url`][site_url] is set. Example: @@ -594,7 +594,7 @@ This will add two circles to the background: ### Tags The new [built-in social plugin] gives full flexibility of the meta tags that -are added to your site, which are necessary to instruct services like Twitter +are added to your site, which are necessary to instruct services like X or Discord how to display your social card. All default layouts use the following set of tags, which you can copy to your layout and adapt: diff --git a/docs/tutorials/blogs/engage.md b/docs/tutorials/blogs/engage.md index 8f23b48c3..31505a48d 100644 --- a/docs/tutorials/blogs/engage.md +++ b/docs/tutorials/blogs/engage.md @@ -167,7 +167,7 @@ share button will there be interactions with those companies' servers. import urllib.parse import re - x_intent = "https://twitter.com/intent/tweet" + x_intent = "https://x.com/intent/tweet" fb_sharer = "https://www.facebook.com/sharer/sharer.php" include = re.compile(r"blog/[1-9].*") diff --git a/docs/upgrade.md b/docs/upgrade.md index 24defe9f5..bab2d290f 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -146,7 +146,7 @@ viewports]: ``` [Tabbed]: setup/extensions/python-markdown-extensions.md#tabbed - [better behavior on mobile viewports]: https://twitter.com/squidfunk/status/1424740370596958214 + [better behavior on mobile viewports]: https://x.com/squidfunk/status/1424740370596958214 #### `pymdownx.superfences` diff --git a/material/overrides/main.html b/material/overrides/main.html index bf0acabe7..56f7554e1 100644 --- a/material/overrides/main.html +++ b/material/overrides/main.html @@ -14,7 +14,7 @@ Fosstodon and - + {% include ".icons/fontawesome/brands/twitter.svg" %} diff --git a/src/overrides/main.html b/src/overrides/main.html index bc197ca92..0fc6558bf 100644 --- a/src/overrides/main.html +++ b/src/overrides/main.html @@ -42,7 +42,7 @@ Fosstodon and - + {% include ".icons/fontawesome/brands/twitter.svg" %}