From 8cfd6b8220946390b6cd52bde9ef00c7c72f8486 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 10 Mar 2016 12:18:14 +0100 Subject: [PATCH] Updated some missing READMEs --- src/Symfony/Component/Security/Guard/README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/Symfony/Component/Security/Guard/README.md b/src/Symfony/Component/Security/Guard/README.md index 845340f923..ce70622390 100644 --- a/src/Symfony/Component/Security/Guard/README.md +++ b/src/Symfony/Component/Security/Guard/README.md @@ -8,15 +8,8 @@ total control. Resources --------- -Documentation: - -https://symfony.com/doc/2.8/book/security.html - -Tests ------ - -You can run the unit tests with the following command: - - $ cd path/to/Symfony/Component/Security/Guard/ - $ composer.phar install --dev - $ phpunit + * [Documentation](https://symfony.com/doc/current/components/security/index.html) + * [Contributing](https://symfony.com/doc/current/contributing/index.html) + * [Report issues](https://github.com/symfony/symfony/issues) and + [send Pull Requests](https://github.com/symfony/symfony/pulls) + in the [main Symfony repository](https://github.com/symfony/symfony)