Skip to content

Commit 929749e

Browse files
committed
minor symfony#52784 [Routing] Add redirection.io as sponsor of versions 6.4/7.0/7.1 (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- [Routing] Add redirection.io as sponsor of versions 6.4/7.0/7.1 | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Add https://github.com/redirectionio as sponsor of the Routing component for versions 6.4, 7.0 and 7.1. Thanks to them! 🙏 /cc `@xavierlacot` `@lyrixx` `@bastnic` `@Korbeil` `@joelwurtz` et al. Commits ------- 7dc4abc [Routing] Add redirection.io as sponsor of versions 6.4/7.0/7.1
2 parents 36d4ceb + 7dc4abc commit 929749e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Symfony/Component/Routing/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ $url = $generator->generate('blog_show', [
4141
// $url = '/blog/my-blog-post'
4242
```
4343

44+
Sponsor
45+
-------
46+
47+
The Routing component for Symfony 6.4 is [backed][1] by [redirection.io][2].
48+
49+
redirection.io logs all your website’s HTTP traffic, and lets you fix errors
50+
with redirect rules in seconds. Give your marketing, SEO and IT teams the
51+
right tool to manage your website traffic efficiently!
52+
53+
Help Symfony by [sponsoring][3] its development!
54+
4455
Resources
4556
---------
4657

@@ -49,3 +60,7 @@ Resources
4960
* [Report issues](https://github.com/symfony/symfony/issues) and
5061
[send Pull Requests](https://github.com/symfony/symfony/pulls)
5162
in the [main Symfony repository](https://github.com/symfony/symfony)
63+
64+
[1]: https://symfony.com/backers
65+
[2]: https://redirection.io
66+
[3]: https://symfony.com/sponsor

0 commit comments

Comments
 (0)