From 27cfe8eb4cfd5335d666a05ee546d10bc13c31a9 Mon Sep 17 00:00:00 2001 From: Arman <44655055+Arman-Hosseini@users.noreply.github.com> Date: Tue, 9 Jul 2019 02:21:36 +0430 Subject: [PATCH 1/4] Use HTTPS for links --- fixtures/vuejs/components/Hello.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fixtures/vuejs/components/Hello.vue b/fixtures/vuejs/components/Hello.vue index 2d805395..63fe3327 100644 --- a/fixtures/vuejs/components/Hello.vue +++ b/fixtures/vuejs/components/Hello.vue @@ -8,13 +8,13 @@
  • Gitter Chat
  • Twitter

  • -
  • Docs for This Template
  • +
  • Docs for This Template
  • Ecosystem

    From aa341f175fa206b66a066f082b96296b507cd562 Mon Sep 17 00:00:00 2001 From: Arman <44655055+Arman-Hosseini@users.noreply.github.com> Date: Tue, 9 Jul 2019 02:22:56 +0430 Subject: [PATCH 2/4] Use HTTPS for links --- fixtures/vuejs-typescript/components/Hello.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fixtures/vuejs-typescript/components/Hello.vue b/fixtures/vuejs-typescript/components/Hello.vue index b3a43d3f..a08e1014 100644 --- a/fixtures/vuejs-typescript/components/Hello.vue +++ b/fixtures/vuejs-typescript/components/Hello.vue @@ -8,13 +8,13 @@
  • Gitter Chat
  • Twitter

  • -
  • Docs for This Template
  • +
  • Docs for This Template
  • Ecosystem

    From 336b981d83f83c145a7b987350ac9de1a499903a Mon Sep 17 00:00:00 2001 From: Arman <44655055+Arman-Hosseini@users.noreply.github.com> Date: Tue, 9 Jul 2019 02:23:46 +0430 Subject: [PATCH 3/4] Use HTTPS for links --- fixtures/vuejs-jsx/components/Hello.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fixtures/vuejs-jsx/components/Hello.jsx b/fixtures/vuejs-jsx/components/Hello.jsx index 0e1f150a..10a9bfb1 100644 --- a/fixtures/vuejs-jsx/components/Hello.jsx +++ b/fixtures/vuejs-jsx/components/Hello.jsx @@ -18,13 +18,13 @@ export default {
  • Gitter Chat
  • Twitter

  • -
  • Docs for This Template
  • +
  • Docs for This Template
  • Ecosystem

    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 4/4] 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).