Skip to content

Commit

Permalink
minor #15688 [Doc] Use new repo location (Goutte & Silex) in some rea…
Browse files Browse the repository at this point in the history
…dme.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
  • Loading branch information
fabpot committed Sep 4, 2015
2 parents 823bce0 + fa7fe56 commit 6430c82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Symfony/Component/BrowserKit/README.md
Expand Up @@ -10,7 +10,7 @@ Resources
---------

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

For an implementation based on HttpKernelInterface, have a look at the
[Client](https://github.com/symfony/symfony/blob/master/src/Symfony/Component/HttpKernel/Client.php)
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Form/README.md
Expand Up @@ -10,7 +10,7 @@ Resources

Silex integration:

https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php
https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/FormServiceProvider.php

Documentation:

Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/README.md
Expand Up @@ -24,7 +24,7 @@ Resources

Silex integration:

https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/TranslationServiceProvider.php
https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/TranslationServiceProvider.php

Documentation:

Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/README.md
Expand Up @@ -109,7 +109,7 @@ Resources

Silex integration:

https://github.com/fabpot/Silex/blob/master/src/Silex/Provider/ValidatorServiceProvider.php
https://github.com/silexphp/Silex/blob/master/src/Silex/Provider/ValidatorServiceProvider.php

Documentation:

Expand Down

0 comments on commit 6430c82

Please sign in to comment.