Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb743a5

Browse filesBrowse 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
Copy full SHA for fb743a5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/config.html.twig
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.