Skip to content

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+109
-109
lines changed

best_practices/business-logic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ Next: :doc:`/best_practices/controllers`
340340
.. _`full definition`: https://en.wikipedia.org/wiki/Business_logic
341341
.. _`Doctrine project`: http://www.doctrine-project.org/
342342
.. _`fixture class`: https://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html#writing-simple-fixtures
343-
.. _`PSR-1`: http://www.php-fig.org/psr/psr-1/
344-
.. _`PSR-2`: http://www.php-fig.org/psr/psr-2/
343+
.. _`PSR-1`: https://www.php-fig.org/psr/psr-1/
344+
.. _`PSR-2`: https://www.php-fig.org/psr/psr-2/
345345
.. _`PHP-CS-Fixer`: https://github.com/FriendsOfPHP/PHP-CS-Fixer

best_practices/creating-the-project.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ the Symfony directory structure.
182182
Next: :doc:`/best_practices/configuration`
183183

184184
.. _`Composer`: https://getcomposer.org/
185-
.. _`Phar extension`: http://php.net/manual/en/intro.phar.php
185+
.. _`Phar extension`: https://php.net/manual/en/intro.phar.php
186186
.. _`public checksums repository`: https://github.com/sensiolabs/checksums
187187
.. _`these steps`: http://fabien.potencier.org/signing-project-releases.html

bundles/best_practices.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ Learn more
492492
* :doc:`/bundles/extension`
493493
* :doc:`/bundles/configuration`
494494

495-
.. _`PSR-0`: http://www.php-fig.org/psr/psr-0/
496-
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4/
497-
.. _`Semantic Versioning Standard`: http://semver.org/
495+
.. _`PSR-0`: https://www.php-fig.org/psr/psr-0/
496+
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4/
497+
.. _`Semantic Versioning Standard`: https://semver.org/
498498
.. _`Packagist`: https://packagist.org/
499-
.. _`choose any license`: http://choosealicense.com/
499+
.. _`choose any license`: https://choosealicense.com/
500500
.. _`valid license identifier`: https://spdx.org/licenses/

components/class_loader.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Learn More
5959
class_loader/class_loader
6060
class_loader/*
6161

62-
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
63-
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
64-
.. _`autoloading mechanism`: http://php.net/manual/en/language.oop5.autoload.php
62+
.. _PSR-0: https://www.php-fig.org/psr/psr-0/
63+
.. _PSR-4: https://www.php-fig.org/psr/psr-4/
64+
.. _`autoloading mechanism`: https://php.net/manual/en/language.oop5.autoload.php
6565
.. _Packagist: https://packagist.org/packages/symfony/class-loader

components/class_loader/cache_class_loader.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ it is straightforward::
6060
// deactivates the original, non-cached loader if it was registered previously
6161
$loader->unregister();
6262

63-
.. _APC: http://php.net/manual/en/book.apc.php
63+
.. _APC: https://php.net/manual/en/book.apc.php
6464
.. _autoloader: https://getcomposer.org/doc/01-basic-usage.md#autoloading
65-
.. _XCache: http://xcache.lighttpd.net
65+
.. _XCache: https://xcache.lighttpd.net

components/class_loader/class_loader.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ the ``doctrine-common`` directory. If not found, it will then fallback to
7171
the default ``Doctrine`` directory (the last one configured) before giving
7272
up. The order of the prefix registrations is significant in this case.
7373

74-
.. _PEAR: http://pear.php.net/manual/en/standards.naming.php
75-
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
74+
.. _PEAR: https://pear.php.net/manual/en/standards.naming.php
75+
.. _PSR-0: https://www.php-fig.org/psr/psr-0/

components/class_loader/class_map_generator.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@ is the same as in the example above)::
123123
__DIR__.'/class_map.php'
124124
);
125125

126-
.. _`PSR-0`: http://www.php-fig.org/psr/psr-0
127-
.. _`PSR-4`: http://www.php-fig.org/psr/psr-4
126+
.. _`PSR-0`: https://www.php-fig.org/psr/psr-0
127+
.. _`PSR-4`: https://www.php-fig.org/psr/psr-4
128128
.. _`Composer`: https://getcomposer.org

components/class_loader/map_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ an instance of the ``MapClassLoader`` class::
3838

3939
$loader->register();
4040

41-
.. _PSR-0: http://www.php-fig.org/psr/psr-0/
41+
.. _PSR-0: https://www.php-fig.org/psr/psr-0/

components/class_loader/psr4_class_loader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ tell the class loader where to look for classes with the
5858
``Symfony\Component\Yaml\`` namespace prefix. After registering the autoloader,
5959
the Yaml component is ready to be used.
6060

61-
.. _PSR-4: http://www.php-fig.org/psr/psr-4/
61+
.. _PSR-4: https://www.php-fig.org/psr/psr-4/

components/console/logger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ constructor::
103103
);
104104
$logger = new ConsoleLogger($output, array(), $formatLevelMap);
105105

106-
.. _PSR-3: http://www.php-fig.org/psr/psr-3/
106+
.. _PSR-3: https://www.php-fig.org/psr/psr-3/

0 commit comments

Comments
 (0)