@@ -9,55 +9,55 @@ Recommended Extensions
99Here's a selection of recommended extensions that provide essential features,
1010streamlined workflows, and powerful enhancements for TYPO3 development.
1111
12- * TYPO3 console: :t3ext: ` typo3_console `
12+ * TYPO3 console: :composer: ` helhum/typo3-console `
1313
1414 TYPO3 Console is a powerful command-line tool that simplifies many backend
1515 tasks for TYPO3. It allows developers to efficiently manage caches,
1616 extensions and system maintenance from the command line, making it an
1717 essential tool for automated workflows.
1818
19- * Custom content elements: `mask/mask < https://extensions.typo3.org/extension/mask >`__
19+ * Custom content elements: :composer: `mask/mask `
2020
2121 Mask is an extension that lets developers create custom content elements
2222 with ease, directly from the TYPO3 backend. This is ideal for projects that
2323 require unique, structured content elements that are easy for editors to
2424 use and manage.
2525
26- * News Management: :t3ext: ` news `
26+ * News Management: :composer: ` georgringer/ news `
2727
2828 The News extension is a feature-rich solution for managing news articles
2929 and blog posts within TYPO3. It offers a comprehensive set of tools for
3030 categorizing, tagging, and displaying news content, making it perfect for
3131 content-heavy sites.
3232
33- * Content Blocks: :t3ext: ` content_blocks `
33+ * Content Blocks: :composer: ` friendsoftypo3/content-blocks `
3434
3535 Content Blocks enable the creation of reusable content elements that can be
3636 added to pages in a modular way. This extension is beneficial for sites
3737 requiring flexible, component-based design, and simplifies content
3838 structuring for editors.
3939
40- * Containers: :t3ext: ` container `
40+ * Containers: :composer: ` b13/ container `
4141
4242 The Container extension offers a grid layout system, allowing developers to
4343 group multiple content elements into a container. This helps organize page
4444 layouts more flexibly, especially useful for responsive or complex designs.
4545
46- * Enterprise Search Integration: :t3ext: ` solr `
46+ * Enterprise Search Integration: :composer: ` apache-solr-for-typo3/ solr `
4747
4848 Apache Solr for TYPO3 provides a powerful, scalable search solution for
4949 TYPO3 sites. Leveraging Apache Solr, this extension enables advanced search
5050 functionality and is ideal for large or data-intensive projects where
5151 high-performance search is required.
5252
53- * Built-in TYPO3 Search: `typo3/cms-indexed-search < https://packagist.org/packages/typo3/cms-indexed-search >`__
53+ * Built-in TYPO3 Search: :composer: `typo3/cms-indexed-search `
5454
5555 The Indexed Search extension provides an out-of-the-box search feature for
5656 TYPO3. It is straightforward to set up and integrates well with TYPO3's
5757 core, making it a great solution for sites that require basic search
5858 without additional configuration.
5959
60- * Elasticsearch Integration: `elasticsearch/elasticsearch < https://packagist.org/packages/elasticsearch/elasticsearch >`__
60+ * Elasticsearch Integration: :composer: `elasticsearch/elasticsearch `
6161
6262 Elasticsearch integration for TYPO3 provides a connection to the
6363 Elasticsearch engine, known for its high-speed search capabilities and
0 commit comments