From 62a6a52c3e7f9b5e9567211e671f675286ac3485 Mon Sep 17 00:00:00 2001 From: Arman <44655055+Arman-Hosseini@users.noreply.github.com> Date: Tue, 9 Jul 2019 02:26:32 +0430 Subject: [PATCH] Use HTTPS for Symfony document link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c72b293..fcfedfc2 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,5 @@ feel. It aims to solve the most common Webpack use cases. ## Documentation -[Read the Documentation on symfony.com](http://symfony.com/doc/current/frontend.html) +[Read the Documentation on symfony.com](https://symfony.com/doc/current/frontend.html) or view a demo application: [symfony/demo](https://github.com/symfony/demo).