8000 minor #35703 fix links to releases page (formerly known as "roadmap")… · symfony/symfony@7f92a16 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f92a16

Browse files
committed
minor #35703 fix links to releases page (formerly known as "roadmap") (garak)
This PR was merged into the 3.4 branch. Discussion ---------- fix links to releases page (formerly known as "roadmap") | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | kind of | New feature? | no | Deprecations? | no | Tickets | none | License | MIT | Doc PR | none Current releases page is https://symfony.com/releases Formerly it was https://symfony.com/roadmap and there's a nice redirect to new URL. Anyway, I think that pointing to the right new URL would be better Commits ------- 1c8fbe1 fix links to releases page (formerly known as "roadmap")
2 parents 9e0a39e + 1c8fbe1 commit 7f92a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Replace this notice by a short README for your feature/bugfix. This will help people
1212
understand your PR and can be used as a start for the documentation.
1313
14-
Additionally (see https://symfony.com/roadmap):
14+
Additionally (see https://symfony.com/releases):
1515
- Always add tests and ensure they pass.
1616
- Never break backward compatibility (see https://symfony.com/bc).
1717
- Bug fixes must be submitted against the lowest maintained branch where they apply

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/roadmap?version={{ collector.symfonyminorversion }}#checker">View roadmap</a>
205+
<a href="https://symfony.com/releases?version={{ collector.symfonyminorversion }}#checker">View roadmap</a>
206206
</td>
207207
</tr>
208208
</tbody>

0 commit comments

Comments
 (0)
0