Skip to content

Commit 817c172

Browse files
committed
fix the Runtime component introduction
1 parent 0a3f6ab commit 817c172

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/runtime.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ The Runtime Component
22
=====================
33

44
The Runtime Component decouples the bootstrapping logic from any global state
5-
to make sure the application can run with runtimes like PHP-FPM, ReactPHP,
6-
Swoole, etc. without any changes.
5+
to make sure the application can run with runtimes like `PHP-PM`_, `ReactPHP`_,
6+
`Swoole`_, etc. without any changes.
77

88
.. versionadded:: 5.3
99

@@ -483,5 +483,7 @@ The end user will now be able to create front controller like::
483483
return new SomeCustomPsr15Application();
484484
};
485485

486+
.. _PHP-PM: https://github.com/php-pm/php-pm
487+
.. _Swoole: https://openswoole.com/
486488
.. _ReactPHP: https://reactphp.org/
487489
.. _`PSR-15`: https://www.php-fig.org/psr/psr-15/

0 commit comments

Comments
 (0)