@@ -35,7 +35,7 @@ you using the latest patch version?
3535
3636GitHub Issues is for ** issues** , as opposed to question on how to use Sonata.
3737If you are not sure this is a bug, or simply want to ask such a question,
38- please post your question on [ Stack Overflow] ( http ://stackoverflow.com/questions/tagged/sonata) ,
38+ please post your question on [ Stack Overflow] ( https ://stackoverflow.com/questions/tagged/sonata) ,
3939using the ` sonata ` tags.
4040
4141If you happen to find a bug, we kindly request you report it. However,
@@ -79,11 +79,11 @@ But please, read the following before.
7979
8080#### Coding style
8181
82- Each project follows [ PSR-1] ( http ://www.php-fig.org/psr/psr-1/) , [ PSR-2] ( http ://www.php-fig.org/psr/psr-2/)
83- and [ Symfony Coding Standards] ( http ://symfony.com/doc/current/contributing/code/standards.html) for coding style,
84- [ PSR-4] ( http ://www.php-fig.org/psr/psr-4/) for autoloading.
82+ Each project follows [ PSR-1] ( https ://www.php-fig.org/psr/psr-1/) , [ PSR-2] ( https ://www.php-fig.org/psr/psr-2/)
83+ and [ Symfony Coding Standards] ( https ://symfony.com/doc/current/contributing/code/standards.html) for coding style,
84+ [ PSR-4] ( https ://www.php-fig.org/psr/psr-4/) for autoloading.
8585
86- Please [ install PHP Coding Standard Fixer] ( http ://cs.sensiolabs.org /#installation)
86+ Please [ install PHP Coding Standard Fixer] ( https ://cs.symfony.com /#installation)
8787and run this command before committing your modifications:
8888
8989``` bash
@@ -207,13 +207,13 @@ Your note can be put on one of these sections:
207207* ` Fixed ` for any bug fixes.
208208* ` Security ` to invite users to upgrade in case of vulnerabilities.
209209
210- More information about the followed changelog format: [ keepachangelog.com] ( http ://keepachangelog.com/)
210+ More information about the followed changelog format: [ keepachangelog.com] ( https ://keepachangelog.com/)
211211
212212#### Base branch
213213
214214Before writing a PR, you have to check on which branch your changes SHOULD be based.
215215
216- Each project follows [ semver] ( http ://semver.org/) convention for release management.
216+ Each project follows [ semver] ( https ://semver.org/) convention for release management.
217217
218218Here is a short table resuming on which you have to start:
219219
@@ -329,7 +329,7 @@ If the deprecated thing is a service, you **MUST** specify it on the service def
329329 </service >
330330 ```
331331
332- More info: http ://symfony.com/blog/new-in-symfony-2-8-deprecated-service-definitions
332+ More info: https ://symfony.com/blog/new-in-symfony-2-8-deprecated-service-definitions
333333
334334For everything else, not managed by the ` @deprecated ` tag,
335335you ** MUST** still trigger a deprecation message (and add a ` NEXT_MAJOR ` comment).
0 commit comments