Skip to content

Commit 2d4f687

Browse files
committed
Fix the SymfonyCloud name
1 parent 50a587d commit 2d4f687

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Diff for: configuration.rst

+1-1
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::

Diff for: setup/symfony_server.rst

+8-8
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)