Skip to content

Commit 643bc71

Browse files
committed
minor #21592 Update references from Platform.sh to Upsun in documentation (gmoigneu)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- Update references from Platform.sh to Upsun in documentation These changes reflect the Platform.sh name change to Upsun. Updated references and links. Commits ------- 44e657f Update references from Platform.sh to Upsun in documentation
2 parents ee74e9b + 44e657f commit 643bc71

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ To do so, define a parameter with the same name as the env var using this syntax
736736
737737
.. tip::
738738

739-
Some hosts - like Platform.sh - offer easy `utilities to manage env vars`_
739+
Some hosts - like Upsun - offer easy `utilities to manage env vars`_
740740
in production.
741741

742742
.. note::

deployment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Using Platforms as a Service
6161
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6262

6363
Using a Platform as a Service (PaaS) can be a great way to deploy your Symfony
64-
app quickly. There are many PaaS, but we recommend `Platform.sh`_ as it
64+
app quickly. There are many PaaS, but we recommend `Upsun`_ as it
6565
provides a dedicated Symfony integration and helps fund the Symfony development.
6666

6767
Using Build Scripts and other Tools
@@ -268,6 +268,6 @@ Learn More
268268
.. _`Symfony plugin`: https://github.com/capistrano/symfony/
269269
.. _`Deployer`: https://deployer.org/
270270
.. _`Git Tagging`: https://git-scm.com/book/en/v2/Git-Basics-Tagging
271-
.. _`Platform.sh`: https://symfony.com/cloud
271+
.. _`Upsun`: https://symfony.com/cloud
272272
.. _`Symfony CLI`: https://symfony.com/download
273273
.. _`symfony/apache-pack`: https://packagist.org/packages/symfony/apache-pack

setup/symfony_cli.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -598,11 +598,11 @@ Symfony Cloud Integration
598598
-------------------------
599599

600600
The Symfony CLI provides seamless integration with `Symfony Cloud`_ (powered by
601-
`Platform.sh`_):
601+
`Upsun`_):
602602

603603
.. code-block:: terminal
604604
605-
# open Platform.sh web UI
605+
# open Upsun web UI
606606
$ symfony cloud:web
607607
608608
# deploy your project to production
@@ -647,8 +647,8 @@ variables are properly exposed:
647647
.. _`symfony.com/download`: https://symfony.com/download
648648
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
649649
.. _`Symfony Cloud`: https://symfony.com/cloud/
650-
.. _`Platform.sh`: https://platform.sh/
651-
.. _`Symfony Cloud documentation`: https://docs.platform.sh/frameworks/symfony.html
650+
.. _`Upsun`: https://upsun.com/
651+
.. _`Symfony Cloud documentation`: https://docs.upsun.com/get-started/stacks/symfony/integration.html
652652
.. _`Proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/
653653
.. _`Proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac
654654
.. _`Proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en

0 commit comments

Comments
 (0)