diff --git a/docs/insiders/index.md b/docs/insiders/index.md
index 39a7079b2..85459c554 100644
--- a/docs/insiders/index.md
+++ b/docs/insiders/index.md
@@ -174,9 +174,10 @@ which are currently exclusively available to sponsors:
+- [x] [Tooltips] :material-new-box:
- [x] [Chinese search support] :material-new-box:
- [x] [Tag icons] :material-new-box:
-- [x] [Card grids] :material-new-box:
+- [x] [Card grids]
- [x] [Offline plugin]
- [x] [Privacy plugin]
- [x] [Table of contents anchor following]
@@ -277,11 +278,13 @@ are released for general availability.
- [x] [Privacy plugin]
- [x] [Card grids]
+- [x] [Tooltips]
- [ ] [Instant previews]
- [ ] and much more, to be announced ...
[Privacy plugin]: ../setup/ensuring-data-privacy.md
[Card grids]: ../reference/grids.md
+ [Tooltips]: ../reference/tooltips.md
[Instant previews]: https://twitter.com/squidfunk/status/1466794654213492743
### Goals completed
diff --git a/docs/setup/extensions/index.md b/docs/setup/extensions/index.md
index d93c6e404..1da2b0489 100644
--- a/docs/setup/extensions/index.md
+++ b/docs/setup/extensions/index.md
@@ -97,7 +97,7 @@ markdown_extensions:
- pymdownx.superfences
```
- [reference]: ../../reference/abbreviations.md
+ [reference]: ../../reference/tooltips.md
### Recommended configuration
diff --git a/docs/setup/extensions/python-markdown-extensions.md b/docs/setup/extensions/python-markdown-extensions.md
index d75f593b7..5335ef90a 100644
--- a/docs/setup/extensions/python-markdown-extensions.md
+++ b/docs/setup/extensions/python-markdown-extensions.md
@@ -559,7 +559,7 @@ See reference for usage:
[Snippets]: https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
[Snippets support]: https://github.com/squidfunk/mkdocs-material/releases/tag/0.1.0
- [Adding a glossary]: ../../reference/abbreviations.md#adding-a-glossary
+ [Adding a glossary]: ../../reference/tooltips.md#adding-a-glossary
[Embedding external files]: ../../reference/code-blocks.md#embedding-external-files
### SuperFences
diff --git a/docs/setup/extensions/python-markdown.md b/docs/setup/extensions/python-markdown.md
index 5e36df561..e733dcae3 100644
--- a/docs/setup/extensions/python-markdown.md
+++ b/docs/setup/extensions/python-markdown.md
@@ -34,8 +34,8 @@ No configuration options are available. See reference for usage:
[Abbreviations]: https://python-markdown.github.io/extensions/abbreviations/
[Abbreviations support]: https://github.com/squidfunk/mkdocs-material/releases/tag/1.0.0
- [Adding abbreviations]: ../../reference/abbreviations.md#adding-abbreviations
- [Adding a glossary]: ../../reference/abbreviations.md#adding-a-glossary
+ [Adding abbreviations]: ../../reference/tooltips.md#adding-abbreviations
+ [Adding a glossary]: ../../reference/tooltips.md#adding-a-glossary
### Admonition