Skip to content

Commit 87b6323

Browse files
committed
Updated the Symfony Flex server
1 parent 555a5fb commit 87b6323

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

page_creation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ that Flex resolves to ``sensio/framework-extra-bundle``.
147147

148148
Second, after this package was downloaded, Flex executed a *recipe*, which is a
149149
set of automated instructions that tell Symfony how to integrate an external
150-
package. Flex recipes exist for many packages (see `symfony.sh`_) and have the ability
150+
package. `Flex recipes`_ exist for many packages and have the ability
151151
to do a lot, like adding configuration files, creating directories, updating ``.gitignore``
152152
and adding new config to your ``.env`` file. Flex *automates* the installation of
153153
packages so you can get back to coding.
@@ -355,4 +355,4 @@ Go Deeper with HTTP & Framework Fundamentals
355355
.. _`Twig`: https://twig.symfony.com
356356
.. _`Composer`: https://getcomposer.org
357357
.. _`Stellar Development with Symfony`: https://knpuniversity.com/screencast/symfony/setup
358-
.. _`symfony.sh`: https://symfony.sh/
358+
.. _`Flex recipes`: https://flex.symfony.com

quick_tour/flex_recipes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It's a way for a library to automatically configure itself by adding and modifyi
5353
files. Thanks to recipes, adding features is seamless and automated: install a package
5454
and you're done!
5555

56-
You can find a full list of recipes and aliases by going to `https://symfony.sh`_.
56+
You can find a full list of recipes and aliases by going to `https://flex.symfony.com`_.
5757

5858
What did this recipe do? In addition to automatically enabling the feature in
5959
``config/bundles.php``, it added 3 things:
@@ -258,6 +258,6 @@ and it's the most important yet. I want to show you how Symfony empowers you to
258258
build features *without* sacrificing code quality or performance. It's all about
259259
the service container, and it's Symfony's super power. Read on: about :doc:`/quick_tour/the_architecture`.
260260

261-
.. _`https://symfony.sh`: https://symfony.sh
261+
.. _`https://flex.symfony.com`: https://flex.symfony.com
262262
.. _`Api Platform`: https://api-platform.com/
263263
.. _`Twig`: https://twig.symfony.com/

0 commit comments

Comments
 (0)