Skip to content

Commit b6de1f3

Browse files
committed
minor symfony#14541 Use HTTPS in README and some other fixes (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Use HTTPS in README and some other fixes | Q | A | ------------- | --- | Fixed tickets | - | License | MIT Commits ------- 89a1903 Use HTTPS in README and some other fixes
2 parents b27a495 + 89a1903 commit b6de1f3

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,33 @@ Installation
3434
------------
3535

3636
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>.
3838

3939
Documentation
4040
-------------
4141

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,
4343
like us, you think that Symfony can help speed up your development and take
4444
the quality of your work to the next level, read the official
45-
[Symfony documentation][3].
45+
[Symfony documentation][2].
4646

4747
Contributing
4848
------------
4949

5050
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].
5454

5555
Running Symfony Tests
5656
----------------------
5757

5858
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

Comments
 (0)