From fba189d905d7b91936205e1e722456ab465707e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Piszczek?= Date: Sun, 6 Sep 2020 00:32:12 +0200 Subject: [PATCH 1/2] Fix links to Symfony.com --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c8cee65c..899785ad4 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ applications with Symfony. Features include: Documentation ------------- -[Read the Documentation](http://symfony.com/doc/master/bundles/FOSRestBundle/index.html) +[Read the Documentation](http://symfony.com/doc/current/bundles/FOSRestBundle/index.html) Please see the upgrade files (`UPGRADING-X.X.md`) for any relevant instructions when upgrading to a newer version. Installation ------------ -All the installation instructions are located in the [documentation](http://symfony.com/doc/master/bundles/FOSRestBundle/1-setting_up_the_bundle.html). +All the installation instructions are located in the [documentation](https://symfony.com/doc/current/bundles/FOSRestBundle/1-setting_up_the_bundle.html). License ------- From 2000204f4ac6bf5515222fc5d9be1652ed138e8f Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 10 Sep 2020 08:51:53 +0200 Subject: [PATCH 2/2] [#2268] use HTTPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899785ad4..d76dc6363 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ applications with Symfony. Features include: Documentation ------------- -[Read the Documentation](http://symfony.com/doc/current/bundles/FOSRestBundle/index.html) +[Read the Documentation](https://symfony.com/doc/current/bundles/FOSRestBundle/index.html) Please see the upgrade files (`UPGRADING-X.X.md`) for any relevant instructions when upgrading to a newer version.