Skip to content

Commit 16b48f2

Browse files
javiereguiluzGuikingone
authored andcommitted
Updated the Symfony Flex server
1 parent 99835d8 commit 16b48f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

page_creation.rst

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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:
@@ -260,6 +260,6 @@ and it's the most important yet. I want to show you how Symfony empowers you to
260260
build features *without* sacrificing code quality or performance. It's all about
261261
the service container, and it's Symfony's super power. Read on: about :doc:`/quick_tour/the_architecture`.
262262

263-
.. _`https://symfony.sh`: https://symfony.sh
263+
.. _`https://flex.symfony.com`: https://flex.symfony.com
264264
.. _`Api Platform`: https://api-platform.com/
265265
.. _`Twig`: https://twig.symfony.com/

0 commit comments

Comments
 (0)