Skip to content

Commit 6430c82

Browse files
committed
minor symfony#15688 [Doc] Use new repo location (Goutte & Silex) in some readme.md (JakeFr)
This PR was merged into the 2.3 branch. Discussion ---------- [Doc] Use new repo location (Goutte & Silex) in some readme.md | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Correct links to silex and goutte repos to the new organizations, respectively FriendsOfPHP and silexphp. Not a bug fix, github.com redirects correctly, just typo. Commits ------- fa7fe56 use new repo location in some readme.md
2 parents 823bce0 + fa7fe56 commit 6430c82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Symfony/Component/BrowserKit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Resources
1010
---------
1111

1212
For a simple implementation of a browser based on an HTTP layer, have a look
13-
at [Goutte](https://github.com/fabpot/Goutte).
13+
at [Goutte](https://github.com/FriendsOfPHP/Goutte).
1414

1515
For an implementation based on HttpKernelInterface, have a look at the
1616
[Client](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/Client.php)

src/Symfony/Component/Form/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Resources
1010

1111
Silex integration:
1212

13-
https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php
13+
https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php
1414

1515
Documentation:
1616

src/Symfony/Component/Translation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Resources
2424

2525
Silex integration:
2626

27-
https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/TranslationServiceProvider.php
27+
https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/TranslationServiceProvider.php
2828

2929
Documentation:
3030

src/Symfony/Component/Validator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Resources
109109

110110
Silex integration:
111111

112-
https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/ValidatorServiceProvider.php
112+
https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/ValidatorServiceProvider.php
113113

114114
Documentation:
115115

0 commit comments

Comments
 (0)