8000 minor #35705 fix anchor (garak) · symfony/symfony@fb743a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit fb743a5

Browse files
committed
minor #35705 fix anchor (garak)
This PR was merged into the 3.4 branch. Discussion ---------- fix anchor | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | none | License | MIT | Doc PR | none This is a continuation of PR #35703 that was merged a bit too early. It accepts suggestion made there and, moreover, fixes anchor link (that changed from old roadmap page) Commits ------- 5825e3c fix anchor
2 parents 648d488 + 5825e3c commit fb743a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<td class="font-normal">{{ collector.symfonyeom }}</td>
203203
<td class="font-normal">{{ collector.symfonyeol }}</td>
204204
<td class="font-normal">
205-
<a href="https://symfony.com/releases?version={{ collector.symfonyminorversion }}#checker">View roadmap</a>
205+
<a href="https://symfony.com/releases/{{ collector.symfonyminorversion }}#release-checker">View roadmap</a>
206206
</td>
207207
</tr>
208208
</tbody>

0 commit comments

Comments
 (0)
0