Skip to content

Commit d81defd

Browse files
committed
[TASK] set 13.4 as new stable, 12.4 new oldstable
1 parent 2be3afc commit d81defd

File tree

15 files changed

+241
-240
lines changed

15 files changed

+241
-240
lines changed

packages/typo3-docs-theme/tests/unit/Inventory/Typo3InventoryRepositoryTest.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -98,27 +98,27 @@ public static function providerForInventoryKeysWithVersionsAndUrl(): \Generator
9898
{
9999
yield "preferred" => [
100100
'inventoryKey' => 't3coreapi',
101-
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/",
101+
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/",
102102
];
103103
yield "stable" => [
104104
'inventoryKey' => 't3coreapi/stable',
105-
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/",
105+
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/",
106106
];
107107
yield "oldstable" => [
108108
'inventoryKey' => 't3coreapi/oldstable',
109-
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/",
109+
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/",
110110
];
111111
yield "dev" => [
112112
'inventoryKey' => 't3coreapi/dev',
113113
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/",
114114
];
115-
yield "v12" => [
115+
yield "v11" => [
116116
'inventoryKey' => 't3coreapi/v12',
117117
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/",
118118
];
119-
yield "12.4" => [
120-
'inventoryKey' => 't3coreapi/12.4',
121-
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/",
119+
yield "13.4" => [
120+
'inventoryKey' => 't3coreapi/13.4',
121+
'expected' => "https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/",
122122
];
123123
yield "preferred-non-versioned" => [
124124
'inventoryKey' => 'h2document',
@@ -161,35 +161,35 @@ public static function providerForExtensionInventoryUrl(): \Generator
161161
];
162162
yield "sys-extension" => [
163163
'inventoryKey' => 'typo3/cms-adminpanel',
164-
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/12.4/en-us/",
164+
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/13.4/en-us/",
165165
];
166166
yield "sys-extension-major" => [
167167
'inventoryKey' => 'typo3/cms-adminpanel/11',
168168
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/11.5/en-us/",
169169
];
170170
yield "sys-extension-minor" => [
171-
'inventoryKey' => 'typo3/cms-adminpanel/12.4',
172-
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/12.4/en-us/",
171+
'inventoryKey' => 'typo3/cms-adminpanel/13.4',
172+
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/13.4/en-us/",
173173
];
174174
yield "sys-extension-main" => [
175175
'inventoryKey' => 'typo3/cms-adminpanel/main',
176176
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/main/en-us/",
177177
];
178178
yield "sys-extension-stable" => [
179179
'inventoryKey' => 'typo3/cms-adminpanel/stable',
180-
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/12.4/en-us/",
180+
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/13.4/en-us/",
181181
];
182182
yield "sys-extension-oldstable" => [
183183
'inventoryKey' => 'typo3/cms-adminpanel/oldstable',
184-
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/11.5/en-us/",
184+
'expected' => "https://docs.typo3.org/c/typo3/cms-adminpanel/12.4/en-us/",
185185
];
186186
yield "changelog always main" => [
187187
'inventoryKey' => 'typo3/cms-core',
188188
'expected' => "https://docs.typo3.org/c/typo3/cms-core/main/en-us/",
189189
];
190190
yield "system extension legacy format" => [
191191
'inventoryKey' => 'ext_rte_ckeditor',
192-
'expected' => "https://docs.typo3.org/c/typo3/cms-rte-ckeditor/12.4/en-us/",
192+
'expected' => "https://docs.typo3.org/c/typo3/cms-rte-ckeditor/13.4/en-us/",
193193
];
194194
yield "system extension v8" => [
195195
'inventoryKey' => 'typo3/cms-rte-ckeditor/v8',

packages/typo3-guides-cli/tests/unit/Migration/SettingsMigratorTest.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
153153
yield 'with intersphinx_default_mapping given' => [
154154
'legacySettings' => [
155155
'intersphinx_mapping' => [
156-
't3coreapi' => 'https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/',
157-
't3viewhelper' => 'https://docs.typo3.org/other/typo3/view-helper-reference/12.4/en-us/',
156+
't3coreapi' => 'https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/',
157+
't3viewhelper' => 'https://docs.typo3.org/other/typo3/view-helper-reference/13.4/en-us/',
158158
'manual_3' => 'https://example.com/manual-3/',
159159
],
160160
],
@@ -184,28 +184,28 @@ class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension"
184184
yield 'with intersphinx default id, conflicting versions given' => [
185185
'legacySettings' => [
186186
'intersphinx_mapping' => [
187-
't3coreapi' => 'https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/',
188-
't3viewhelper' => 'https://docs.typo3.org/other/typo3/view-helper-reference/11.5/en-us/',
187+
't3coreapi' => 'https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/',
188+
't3viewhelper' => 'https://docs.typo3.org/other/typo3/view-helper-reference/12.4/en-us/',
189189
],
190190
],
191191
'expected' => <<<EXPECTED
192192
<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" links-are-relative="true" xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd">
193193
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension" typo3-core-preferred="stable"/>
194-
<inventory id="t3viewhelper" url="https://docs.typo3.org/other/typo3/view-helper-reference/11.5/en-us/"/>
194+
<inventory id="t3viewhelper" url="https://docs.typo3.org/other/typo3/view-helper-reference/12.4/en-us/"/>
195195
</guides>
196196
EXPECTED,
197197
];
198198
yield 'with intersphinx default id, non-stable preferred TYPO3 version' => [
199199
'legacySettings' => [
200200
'intersphinx_mapping' => [
201-
't3viewhelper' => 'https://docs.typo3.org/other/typo3/view-helper-reference/11.5/en-us/',
202-
't3coreapi' => 'https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/',
201+
't3viewhelper' => 'https://docs.typo3.org/other/typo3/view-helper-reference/12.4/en-us/',
202+
't3coreapi' => 'https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/',
203203
],
204204
],
205205
'expected' => <<<EXPECTED
206206
<guides xmlns="https://www.phpdoc.org/guides" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" links-are-relative="true" xsi:schemaLocation="https://www.phpdoc.org/guides ../vendor/phpdocumentor/guides-cli/resources/schema/guides.xsd">
207-
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension" typo3-core-preferred="11.5"/>
208-
<inventory id="t3coreapi" url="https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/"/>
207+
<extension class="\T3Docs\Typo3DocsTheme\DependencyInjection\Typo3DocsThemeExtension" typo3-core-preferred="12.4"/>
208+
<inventory id="t3coreapi" url="https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/"/>
209209
</guides>
210210
EXPECTED,
211211
];

packages/typo3-version-handling/src/Typo3VersionMapping.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ enum Typo3VersionMapping: string
77
case Dev = 'dev';
88
case Stable = 'stable';
99
case OldStable = 'oldstable';
10+
case V14 = '14';
1011
case V13 = '13';
1112
case V12 = '12';
1213
case V11 = '11';
@@ -20,9 +21,10 @@ public function getVersion(): string
2021
{
2122
return match ($this) {
2223
Typo3VersionMapping::Dev => 'main',
23-
Typo3VersionMapping::Stable => '12.4',
24-
Typo3VersionMapping::OldStable => '11.5',
25-
Typo3VersionMapping::V13 => 'main',
24+
Typo3VersionMapping::Stable => '13.4',
25+
Typo3VersionMapping::OldStable => '12.4',
26+
Typo3VersionMapping::V14 => 'main',
27+
Typo3VersionMapping::V13 => '13.4',
2628
Typo3VersionMapping::V12 => '12.4',
2729
Typo3VersionMapping::V11 => '11.5',
2830
Typo3VersionMapping::V10 => '10.4',
@@ -48,6 +50,6 @@ public static function getAllVersions(): array
4850

4951
public static function getMajorVersionOfMain(): Typo3VersionMapping
5052
{
51-
return Typo3VersionMapping::V13;
53+
return Typo3VersionMapping::V14;
5254
}
5355
}

tests/Integration/tests-full/changelog/expected/Changelog/12.0/Breaking-87616-RemovedHookForAlteringPageLinks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<li class="breadcrumb-item"><a href="Index.html">12.0 Changes</a></li>
138138
<li aria-current="page" class="breadcrumb-item active">Breaking: #87616 - Removed hook for altering page links</li>
139139
</ol>
140-
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FBreaking-87616-RemovedHookForAlteringPageLinks.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
140+
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FBreaking-87616-RemovedHookForAlteringPageLinks.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
141141
<span class="btn-icon"><i class="fas fa-bug"></i></span>
142142
<span class="btn-text">Report issue</span>
143143
</a>

tests/Integration/tests-full/changelog/expected/Changelog/12.0/Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<li class="breadcrumb-item"><a href="../../Changelog-12.html">ChangeLog v12</a></li>
138138
<li aria-current="page" class="breadcrumb-item active">12.0 Changes</li>
139139
</ol>
140-
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FIndex.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
140+
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FChangelog%2F12.0%2FIndex.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
141141
<span class="btn-icon"><i class="fas fa-bug"></i></span>
142142
<span class="btn-text">Report issue</span>
143143
</a>

tests/Integration/tests-full/changelog/expected/Index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<ol class="breadcrumb">
134134
<li aria-current="page" class="breadcrumb-item active">TYPO3 Core</li>
135135
</ol>
136-
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FIndex.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
136+
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FIndex.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
137137
<span class="btn-icon"><i class="fas fa-bug"></i></span>
138138
<span class="btn-text">Report issue</span>
139139
</a>

tests/Integration/tests-full/changelog/expected/Sitemap.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<li class="breadcrumb-item"><a href="Index.html">TYPO3 Core</a></li>
136136
<li aria-current="page" class="breadcrumb-item active">Sitemap</li>
137137
</ol>
138-
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FSitemap.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
138+
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2Ftypo3%2Fcms-core%2Fmain%2Fen-us%2FSitemap.html&amp;issue[custom_field_values][4]=14" id="btnReportIssue" rel="nofollow noopener" target="_blank">
139139
<span class="btn-icon"><i class="fas fa-bug"></i></span>
140140
<span class="btn-text">Report issue</span>
141141
</a>

tests/Integration/tests-full/main-menu-json/expected/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Some page documentation</title>
55

6-
6+
77
<meta charset="utf-8">
88
<meta content="width=device-width, initial-scale=1.0" name="viewport">
99
<meta content="phpdocumentor/guides" name="generator">
@@ -24,7 +24,7 @@
2424
</head>
2525
<body>
2626
<div class="page">
27-
27+
2828
<header>
2929
<div class="page-topbar">
3030
<div class="page-topbar-inner">
@@ -67,7 +67,7 @@
6767
<nav>
6868
<input class="toc-checkbox" id="toggleToc" type="checkbox">
6969

70-
70+
7171
<div class="toc-header">
7272
<div class="toc-title">
7373
<a class="toc-title-project" href="#"></a>
@@ -80,7 +80,7 @@
8080
</div> <div class="toc-collapse">
8181
<div aria-label="main navigation" class="toc" role="navigation">
8282
<div aria-label="Main navigation" class="main_menu" role="navigation">
83-
83+
8484
<ul class="menu-level-1">
8585
<li class="">
8686
<a href="mainMenu.json.html">
@@ -104,7 +104,7 @@
104104
</div>
105105
<div class="page-main-content">
106106
<div class="rst-content"> <nav aria-label="breadcrumbs navigation" class="breadcrumb-bar" role="navigation">
107-
107+
108108
<ol class="breadcrumb">
109109
<li aria-current="page" class="breadcrumb-item active">Some page</li>
110110
</ol>
@@ -117,19 +117,19 @@
117117
<span class="btn-text">How to edit</span>
118118
</a>
119119
</div> </nav>
120-
120+
121121
<article class="document" itemscope="itemscope" itemtype="http://schema.org/Article" role="main">
122122
<div itemprop="articleBody">
123123
<!-- content start -->
124124
<section class="section" id="some-page" data-rst-anchor="references">
125125
<a id="references"></a>
126126
<a id="start"></a>
127127
<h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data-bs-target="#linkReferenceModal" title="Reference this headline"><i class="fa-solid fa-paragraph"></i></a></h1>
128-
128+
129129
<p>Lorem Ipsum Dolor.</p>
130130

131-
132-
131+
132+
133133

134134
<ul>
135135
<li>
@@ -139,7 +139,7 @@ <h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data
139139
<ul>
140140
<li><a href="https://docs.typo3.org/c/typo3/cms-core/main/en-us/Index.html">Changelog TYPO3 Core</a></li>
141141
<li>
142-
<p><a href="https://docs.typo3.org/m/typo3/reference-coreapi/12.4/en-us/Index.html#start">TYPO3 Explained</a></p>
142+
<p><a href="https://docs.typo3.org/m/typo3/reference-coreapi/13.4/en-us/Index.html#start">TYPO3 Explained</a></p>
143143

144144

145145
<ul>
@@ -155,7 +155,7 @@ <h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data
155155

156156
<ul>
157157
<li>
158-
<p><a href="https://docs.typo3.org/c/typo3/cms-adminpanel/12.4/en-us/Index.html">adminpanel</a></p>
158+
<p><a href="https://docs.typo3.org/c/typo3/cms-adminpanel/13.4/en-us/Index.html">adminpanel</a></p>
159159

160160

161161
<ul>
@@ -171,7 +171,7 @@ <h1>Some page<a class="headerlink" href="#some-page" data-bs-toggle="modal" data
171171
<!-- content end -->
172172
</div>
173173
</article>
174-
174+
175175
<nav aria-label="Page navigation">
176176
<ul class="pagination justify-content-center"><li class="page-item">
177177
<a class="page-link" href="mainMenu.json.html"
@@ -275,4 +275,4 @@ <h5 class="modal-title" id="generalModalLabel"></h5>
275275
Locally rendered. No tracking embedded.
276276
-->
277277
</body>
278-
</html>
278+
</html>

tests/Integration/tests-full/main-menu-json/expected/mainmenu.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"name": "TYPO3 Explained",
12-
"href": "https:\/\/docs.typo3.org\/m\/typo3\/reference-coreapi\/12.4\/en-us\/Index.html#start",
12+
"href": "https:\/\/docs.typo3.org\/m\/typo3\/reference-coreapi\/13.4\/en-us\/Index.html#start",
1313
"children": [
1414
{
1515
"name": "main",
@@ -29,7 +29,7 @@
2929
"children": [
3030
{
3131
"name": "adminpanel",
32-
"href": "https:\/\/docs.typo3.org\/c\/typo3\/cms-adminpanel\/12.4\/en-us\/Index.html",
32+
"href": "https:\/\/docs.typo3.org\/c\/typo3\/cms-adminpanel\/13.4\/en-us\/Index.html",
3333
"children": [
3434
{
3535
"name": "main",
@@ -43,4 +43,4 @@
4343
}
4444
]
4545
}
46-
]
46+
]

tests/Integration/tests-full/report-issue/report-issue-forge/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<ol class="breadcrumb">
109109
<li aria-current="page" class="breadcrumb-item active">Document Title</li>
110110
</ol>
111-
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2F%2F12.4%2Fen-us%2Findex.html&amp;issue[custom_field_values][4]=12" id="btnReportIssue" rel="nofollow noopener" target="_blank">
111+
<div class="breadcrumb-additions"> <a class="btn btn-sm btn-light" href="https://forge.typo3.org/projects/typo3cms-core/issues/new?issue[category_id]=1004&amp;issue[subject]=Problem+on+https%3A%2F%2Fdocs.typo3.org%2Fc%2F%2F13.4%2Fen-us%2Findex.html&amp;issue[custom_field_values][4]=13" id="btnReportIssue" rel="nofollow noopener" target="_blank">
112112
<span class="btn-icon"><i class="fas fa-bug"></i></span>
113113
<span class="btn-text">Report issue</span>
114114
</a>

tests/Integration/tests/interlink/typo3_core_preferred/typo3_core_preferred_default/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>Document Title<a class="headerlink" href="#document-title" data-bs-toggle="m
66

77

88
<p>Missing knowledge can be acquired by working through the TYPO3
9-
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/12.4/en-us/Index.html">Getting Started Tutorial</a>.</p>
9+
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/13.4/en-us/Index.html">Getting Started Tutorial</a>.</p>
1010

1111
</section>
1212
<!-- content end -->

tests/Integration/tests/interlink/typo3_core_preferred/typo3_core_preferred_stable/expected/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>Document Title<a class="headerlink" href="#document-title" data-bs-toggle="m
66

77

88
<p>Missing knowledge can be acquired by working through the TYPO3
9-
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/12.4/en-us/Index.html">Getting Started Tutorial</a>.</p>
9+
documentation, for example the <a href="https://docs.typo3.org/m/typo3/tutorial-getting-started/13.4/en-us/Index.html">Getting Started Tutorial</a>.</p>
1010

1111
</section>
1212
<!-- content end -->

0 commit comments

Comments
 (0)