From 27c8da8cbc8d4f213aa8b91e4011db5e7551092b Mon Sep 17 00:00:00 2001 From: Romain Norberg <7681951+romainnorberg@users.noreply.github.com> Date: Fri, 2 Aug 2019 11:09:59 +0200 Subject: [PATCH] Update heroku link update the link to point directly to the documentation of Symfony 4 _(and not version 3)_ --- deployment/heroku.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/heroku.rst b/deployment/heroku.rst index a7527805bd2..1e2e1635c55 100644 --- a/deployment/heroku.rst +++ b/deployment/heroku.rst @@ -7,6 +7,6 @@ Deploying to Heroku =================== To deploy to Heroku, see their official documentation: -`Getting Started with Symfony on Heroku`_. +`Deploying Symfony 4 Apps on Heroku`_. -.. _`Getting Started with Symfony on Heroku`: https://devcenter.heroku.com/articles/getting-started-with-symfony +.. _`Deploying Symfony 4 Apps on Heroku`: https://devcenter.heroku.com/articles/deploying-symfony4