File tree

11 files changed

+19
-19
lines changed

11 files changed

+19
-19
lines changed
Original file line numberDiff line numberDiff line change
@@ -745,5 +745,5 @@ Learn more from the Cookbook
745745
.. _`Templating`: https://.com/symfony/Templating
746746
.. _`KnpBundles.com`: http://knpbundles.com/
747747
.. _`Twig`: http://twig.sensiolabs.org
748-
.. _`Varnish`: http://www.varnish-cache.org
748+
.. _`Varnish`: https://www.varnish-cache.org/
749749
.. _`PHPUnit`: http://www.phpunit.de
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ from your application and returning them to the client.
169169

170170
The ``AppCache`` object has a sensible default configuration, but it can be
171171
finely tuned via a set of options you can set by overriding the
172-
:method:`Symfony\\Bundle\\FrameworkBundle\\HttpCache\\HttpCache:getOptions`
172+
:method:`Symfony\\Bundle\\FrameworkBundle\\HttpCache\\HttpCache::getOptions`
173173
method::
174174

175175
// app/AppCache.php
@@ -1064,7 +1064,7 @@ Learn more from the Cookbook
10641064

10651065
.. _`Things Caches Do`: http://tomayko.com/writings/things-caches-do
10661066
.. _`Cache Tutorial`: http://www.mnot.net/cache_docs/
1067-
.. _`Varnish`: http://www.varnish-cache.org/
1067+
.. _`Varnish`: https://www.varnish-cache.org/
10681068
.. _`Squid in reverse proxy mode`: http://wiki.squid-cache.org/SquidFaq/ReverseProxy
10691069
.. _`expiration model`: http://tools.ietf.org/html/rfc2616#section-13.2
10701070
.. _`validation model`: http://tools.ietf.org/html/rfc2616#section-13.3
Original file line numberDiff line numberDiff line change
@@ -358,12 +358,12 @@ of all the commits. When you finish, execute the push command.
358358
on the wrench icon on the build page of Travis. First select your feature
359359
branch and then copy the markdown to your PR description.
360360

361-
.. _ProGit: http://progit.org/
361+
.. _ProGit: http://git-scm.com/book
362362
.. _: https://.com/signup/free
363363
.. _`'s Documentation`: https://help..com/articles/ignoring-files
364364
.. _Symfony2 repository: https://.com/symfony/symfony
365365
.. _dev mailing-list: http://groups.google.com/group/symfony-devs
366-
.. _travis-ci.org: http://travis-ci.org
366+
.. _travis-ci.org: https://travis-ci.org/
367367
.. _`travis-ci.org status icon`: http://about.travis-ci.org/docs/user/status-images/
368368
.. _`travis-ci.org Getting Started Guide`: http://about.travis-ci.org/docs/user/getting-started/
369369
.. _`documentation repository`: https://.com/symfony/symfony-docs
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,11 @@ Installing the Sphinx extensions
211211
# set url for API links
212212
api_url = 'http://api.symfony.com/master/%s'
213213
214-
.. _reStructuredText: http://docutils.sf.net/rst.html
215-
.. _Sphinx: http://sphinx.pocoo.org/
216-
.. _documents: http://.com/symfony/symfony-docs
217-
.. _reStructuredText Primer: http://sphinx.pocoo.org/rest.html
218-
.. _markup: http://sphinx.pocoo.org/markup/
214+
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
215+
.. _Sphinx: http://sphinx-doc.org/
216+
.. _documents: https://.com/symfony/symfony-docs
217+
.. _reStructuredText Primer: http://sphinx-doc.org/rest.html
218+
.. _markup: http://sphinx-doc.org/markup/
219219
.. _Pygments website: http://pygments.org/languages/
220220
.. _source: https://.com/fabpot/sphinx-php
221-
.. _Sphinx quick setup: http://sphinx.pocoo.org/tutorial.html#setting-up-the-documentation-sources
221+
.. _Sphinx quick setup: http://sphinx-doc.org/tutorial.html#setting-up-the-documentation-sources
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Translating
142142

143143
Read the dedicated :doc:`document <translations>`.
144144

145-
.. _`fork`: http://help..com/fork-a-repo/
146-
.. _`pull requests`: http://help..com/pull-requests/
145+
.. _`fork`: https://help..com/articles/fork-a-repo
146+
.. _`pull requests`: https://help..com/articles/using-pull-requests
147147
.. _`Documentation Build Errors`: http://symfony.com/doc/build_errors
148148
.. _`Twig Coding Standards`: http://twig.sensiolabs.org/doc/coding_standards.html
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Platform as a Service Providers:
168168
Looking for more? Talk to the community on the `Symfony IRC channel`_ #symfony
169169
(on freenode) for more information.
170170

171-
.. _`Capifony`: https://capifony.org/
171+
.. _`Capifony`: http://capifony.org/
172172
.. _`sf2debpkg`: https://.com/liip/sf2debpkg
173173
.. _`Ant`: http://blog.sznapka.pl/deploying-symfony2-applications-with-ant
174174
.. _`PagodaBox`: https://.com/jmather/pagoda-symfony-sonata-distribution/blob/master/Boxfile
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ of `Creating Messages`_ in great detail in its documentation.
129129
* :doc:`dev_environment`
130130
* :doc:`spool`
131131

132-
.. _`Swiftmailer`: http://www.swiftmailer.org/
132+
.. _`Swiftmailer`: http://swiftmailer.org/
133133
.. _`Creating Messages`: http://swiftmailer.org/docs/messages.html
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Learning further
117117

118118
For a more in-depth look into Twig Extensions, please take a look at the `Twig extensions documentation`_.
119119

120-
.. _`Twig official extension repository`: http://.com/fabpot/Twig-extensions
120+
.. _`Twig official extension repository`: https://.com/fabpot/Twig-extensions
121121
.. _`Twig extensions documentation`: http://twig.sensiolabs.org/doc/advanced.html#creating-an-extension
122122
.. _`global variables`: http://twig.sensiolabs.org/doc/advanced.html#id1
123123
.. _`functions`: http://twig.sensiolabs.org/doc/advanced.html#id2
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ manage this is `Gitolite`_.
154154
.. _``: https://.com/
155155
.. _`barebones repository`: http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository
156156
.. _`Gitolite`: https://.com/sitaramc/gitolite
157-
.. _` .gitignore`: http://help..com/ignore-files/
157+
.. _` .gitignore`: https://help..com/articles/ignoring-files
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ central repository to work. You then have several solutions:
148148
.. _`Symfony2 Standard Edition`: http://symfony.com/download
149149
.. _`Standard Edition Readme`: https://.com/symfony/symfony-standard/blob/master/README.md
150150
.. _`Version Control with Subversion`: http://svnbook.red-bean.com/
151-
.. _``: http://.com/
151+
.. _``: https://.com/
152152
.. _`Google code`: http://code.google.com/hosting/
153153
.. _`SourceForge`: http://sourceforge.net/
154154
.. _`Gna`: http://gna.org/
Original file line numberDiff line numberDiff line change
@@ -709,6 +709,6 @@ Then, tag it with the ``validator.initializer`` tag (it has no options).
709709
For an example, see the ``EntityInitializer`` class inside the Doctrine Bridge.
710710

711711
.. _`Twig's documentation`: http://twig.sensiolabs.org/doc/advanced.html#creating-an-extension
712-
.. _`Twig official extension repository`: http://.com/fabpot/Twig-extensions
712+
.. _`Twig official extension repository`: https://.com/fabpot/Twig-extensions
713713
.. _`KernelEvents`: https://.com/symfony/symfony/blob/2.0/src/Symfony/Component/HttpKernel/KernelEvents.php
714714
.. _`SwiftMailer's Plugin Documentation`: http://swiftmailer.org/docs/plugins.html

0 commit comments

Comments
 (0)