@@ -34,34 +34,33 @@ Installation
34
34
------------
35
35
36
36
The best way to install Symfony is to download the Symfony Standard Edition
37
- available at [ http ://symfony.com/download] [ 1 ] .
37
+ available at < https ://symfony.com/download> .
38
38
39
39
Documentation
40
40
-------------
41
41
42
- The "[ Quick Tour] [ 2 ] " tutorial gives you a first feeling of the framework. If,
42
+ The "[ Quick Tour] [ 1 ] " tutorial gives you a first feeling of the framework. If,
43
43
like us, you think that Symfony can help speed up your development and take
44
44
the quality of your work to the next level, read the official
45
- [ Symfony documentation] [ 3 ] .
45
+ [ Symfony documentation] [ 2 ] .
46
46
47
47
Contributing
48
48
------------
49
49
50
50
Symfony is an open source, community-driven project. If you'd like to contribute,
51
- please read the [ Contributing Code] [ 4 ] part of the documentation. If you're submitting
52
- a pull request, please follow the guidelines in the [ Submitting a Patch] [ 5 ] section
53
- and use [ Pull Request Template] [ 6 ] .
51
+ please read the [ Contributing Code] [ 3 ] part of the documentation. If you're submitting
52
+ a pull request, please follow the guidelines in the [ Submitting a Patch] [ 4 ] section
53
+ and use [ Pull Request Template] [ 5 ] .
54
54
55
55
Running Symfony Tests
56
56
----------------------
57
57
58
58
Information on how to run the Symfony test suite can be found in the
59
- [ Running Symfony Tests] [ 7 ] section.
60
-
61
- [ 1 ] : http://symfony.com/download
62
- [ 2 ] : http://symfony.com/get_started
63
- [ 3 ] : http://symfony.com/doc/current/
64
- [ 4 ] : http://symfony.com/doc/current/contributing/code/index.html
65
- [ 5 ] : http://symfony.com/doc/current/contributing/code/patches.html#check-list
66
- [ 6 ] : http://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
67
- [ 7 ] : http://symfony.com/doc/master/contributing/code/tests.html
59
+ [ Running Symfony Tests] [ 6 ] section.
60
+
61
+ [ 1 ] : https://symfony.com/get_started
62
+ [ 2 ] : https://symfony.com/doc/current/
63
+ [ 3 ] : https://symfony.com/doc/current/contributing/code/index.html
64
+ [ 4 ] : https://symfony.com/doc/current/contributing/code/patches.html#check-list
65
+ [ 5 ] : https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
66
+ [ 6 ] : https://symfony.com/doc/master/contributing/code/tests.html
0 commit comments