Skip to content

Commit 18dc748

Browse files
committed
minor #16092 Fix link to fortrabbit article (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- Fix link to fortrabbit article The old link https://help.fortrabbit.com/install-symfony-4-uni doesn't work (it shows 404 page). On the new page https://help.fortrabbit.com/install-symfony-5 you can find a guide for Symfony 5, but it's also compatible with Symfony 4: > If you are using Symfony 4, you can safely follow this guide, given Symfony 5 did not break compatibility changes. Commits ------- a80183f Fix link to fortrabbit article
2 parents 24798fd + a80183f commit 18dc748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Basic File Transfer
4646
The most basic way of deploying an application is copying the files manually
4747
via FTP/SCP (or similar method). This has its disadvantages as you lack control
4848
over the system as the upgrade progresses. This method also requires you
49-
to take some manual steps after transferring the files (see `Common Deployment Tasks`_)
49+
to take some manual steps after transferring the files (see `Common Deployment Tasks`_).
5050

5151
Using Source Control
5252
~~~~~~~~~~~~~~~~~~~~
@@ -278,7 +278,7 @@ Learn More
278278
.. _`Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4
279279
.. _`Platform.sh`: https://docs.platform.sh/frameworks/symfony.html
280280
.. _`Azure`: https://azure.microsoft.com/en-us/develop/php/
281-
.. _`fortrabbit`: https://help.fortrabbit.com/install-symfony-4-uni
281+
.. _`fortrabbit`: https://help.fortrabbit.com/install-symfony-5
282282
.. _`EasyDeployBundle`: https://github.com/EasyCorp/easy-deploy-bundle
283283
.. _`Clever Cloud`: https://www.clever-cloud.com/doc/php/tutorial-symfony/
284284
.. _`Symfony Cloud`: https://symfony.com/doc/master/cloud/intro.html

0 commit comments

Comments
 (0)