Skip to content

Commit 52c38a8

Browse files
committed
minor #17758 Fix the SymfonyCloud name (fabpot)
This PR was merged into the 5.4 branch. Discussion ---------- Fix the SymfonyCloud name <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 2d4f687 Fix the SymfonyCloud name
2 parents 50a587d + 2d4f687 commit 52c38a8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ To define the value of an env var, you have several options:
674674

675675
.. tip::
676676

677-
Some hosts - like SymfonyCloud - offer easy `utilities to manage env vars`_
677+
Some hosts - like Platform.sh - offer easy `utilities to manage env vars`_
678678
in production.
679679

680680
.. note::

setup/symfony_server.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -488,22 +488,22 @@ its location, same as for ``docker-compose``:
488488
``symfony console doctrine:database:drop --force --env=test``, the command will drop the database
489489
defined in your Docker configuration and not the "test" one.
490490

491-
SymfonyCloud Integration
492-
------------------------
491+
Platform.sh Integration
492+
-----------------------
493493

494494
The local Symfony server provides full, but optional, integration with
495-
`SymfonyCloud`_, a service optimized to run your Symfony applications on the
495+
`Platform.sh`_, a service optimized to run your Symfony applications on the
496496
cloud. It provides features such as creating environments, backups/snapshots,
497-
and even access to a copy of the production data from your local machine to help
498-
debug any issues.
497+
and even access to a copy of the production data from your local machine to
498+
help debug any issues.
499499

500-
`Read SymfonyCloud technical docs`_.
500+
`Read Platform.sh for Symfony technical docs`_.
501501

502502
.. _`install Symfony`: https://symfony.com/download
503503
.. _`symfony-cli/symfony-cli GitHub repository`: https://github.com/symfony-cli/symfony-cli
504504
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
505-
.. _`SymfonyCloud`: https://symfony.com/cloud/
506-
.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html
505+
.. _`Platform.sh`: https://symfony.com/cloud/
506+
.. _`Read Platform.sh for Symfony technical docs`: https://symfony.com/doc/master/cloud/intro.html
507507
.. _`Proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/
508508
.. _`Proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac
509509
.. _`Proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en

0 commit comments

Comments
 (0)