Skip to content

Commit

Permalink
minor #11481 Use https instead of http for all (almost) links (jacque…
Browse files Browse the repository at this point in the history
…sbh)

This PR was merged into the 1.7-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets |
| License         | MIT

Use https for:
- github.com
- symfony.com
- sylius.com
- docs.sylius.com
- php.net
- pjedrzejewski.com
- phpspec.net

No change in translation files because it's managed by crowdin.
No change in XML files or XML code blocks.



Commits
-------

9cbd186 Use https instead of http for all (almost) links
  • Loading branch information
pamil committed May 20, 2020
2 parents ebef4f8 + 9cbd186 commit ac83adc
Show file tree
Hide file tree
Showing 137 changed files with 423 additions and 423 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Expand Up @@ -5,10 +5,10 @@ Sylius is a Open Source project driven by the community.
Join our amazing adventure and we promise to be nice and welcoming to everyone.
Remember, you do not have to be a Symfony guru or even a programmer to help!

You can learn [how to contribute the patches](http://docs.sylius.com/en/latest/contributing/code/patches.html)
in our [Contributing Guide](http://docs.sylius.com/en/latest/contributing/index.html).
You can learn [how to contribute the patches](https://docs.sylius.com/en/latest/contributing/code/patches.html)
in our [Contributing Guide](https://docs.sylius.com/en/latest/contributing/index.html).

Security Issues
---------------

We treat security very seriously, you can read about security procedures [here](http://docs.sylius.com/en/latest/contributing/code/security.html).
We treat security very seriously, you can read about security procedures [here](https://docs.sylius.com/en/latest/contributing/code/security.html).
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -7,5 +7,5 @@
| Sylius version | 1.x.y

<!--
- For support requests and how-tos, visit http://docs.sylius.com/en/latest/support/
- For support requests and how-tos, visit https://docs.sylius.com/en/latest/support/
-->
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/support-question.md
@@ -1,6 +1,6 @@
---
name: "Support Question \U0001F6AB"
about: See http://docs.sylius.com/en/latest/support/index.html for questions about
about: See https://docs.sylius.com/en/latest/support/index.html for questions about
using Sylius
title: ''
labels: ''
Expand All @@ -10,6 +10,6 @@ assignees: ''

We use GitHub issues only to discuss about Sylius bugs, new features and documentation.
For this kind of questions about Sylius usage, please use
any of the support alternatives described here: http://docs.sylius.com/en/latest/support/index.html
any of the support alternatives described here: https://docs.sylius.com/en/latest/support/index.html

Thank you!
2 changes: 1 addition & 1 deletion CHANGELOG-1.1.md
Expand Up @@ -103,7 +103,7 @@

#### TL;DR

- There's a new [plugin development guide](http://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592))
- There's a new [plugin development guide](https://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592))
- Fixed compatibility with PHP-PM ([#9613](https://github.com/Sylius/Sylius/pull/9613), [#9608](https://github.com/Sylius/Sylius/pull/9608))
- Fixed buggy shop user removal in the admin panel ([#9618](https://github.com/Sylius/Sylius/pull/9618))

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG-1.2.md
Expand Up @@ -228,7 +228,7 @@

#### TL;DR

- There's a new [plugin development guide](http://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592))
- There's a new [plugin development guide](https://docs.sylius.com/en/1.1/plugins/plugin-development-guide/index.html) ([#9592](https://github.com/Sylius/Sylius/pull/9592))
- Fixed compatibility with PHP-PM ([#9613](https://github.com/Sylius/Sylius/pull/9613), [#9608](https://github.com/Sylius/Sylius/pull/9608))
- Fixed buggy shop user removal in the admin panel ([#9618](https://github.com/Sylius/Sylius/pull/9618))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ Sylius is an Open Source eCommerce platform on top of [**Symfony**](https://symf
The highest quality of code, strong testing culture, built-in Agile (BDD) workflow and exceptional flexibility make it the best solution for application tailored to your business requirements.
Powerful REST API allows for easy integrations and creating unique customer experience on any device.

We're using full-stack Behavior-Driven-Development, with [phpspec](http://phpspec.net) and [Behat](http://behat.org).
We're using full-stack Behavior-Driven-Development, with [phpspec](https://phpspec.net) and [Behat](http://behat.org).

Enjoy being an eCommerce Developer again!

Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-1.0.md
Expand Up @@ -48,7 +48,7 @@

* Scalar and return typehints have been introduced in the codebase. Please introduce these in your codebase for classes
that implement Sylius interfaces or extend Sylius classes. It is also highly recommended to add `declare(strict_types=1);` declaration to your PHP files.
Learn more about PHP 7.1 features here: http://php.net/manual/de/migration71.new-features.php
Learn more about PHP 7.1 features here: https://php.net/manual/de/migration71.new-features.php

* Starting with Symfony version 3.3.8, the custom autoloader is not needed anymore and therefore it has been removed in favour of the Composer
autoloader. Apply the following changes (reference: https://github.com/Sylius/Sylius/pull/8340):
Expand Down Expand Up @@ -276,7 +276,7 @@
* ImagineBundle has been upgraded from ^1.6 to ^1.9.1 to move past a BC break in console commands: https://github.com/liip/LiipImagineBundle/releases/tag/1.9.1.

* If `sylius_shop.locale_switcher` is set to `storage`, `LocaleStrippingRouter` is loaded, which strips out `_locale` parameter
from the URL if it's the same as the one already in the storage. In order to disable localized urls, follow this cookbook entry: http://docs.sylius.com/en/latest/cookbook/disabling-localised-urls.html
from the URL if it's the same as the one already in the storage. In order to disable localized urls, follow this cookbook entry: https://docs.sylius.com/en/latest/cookbook/disabling-localised-urls.html

* `ShopUserLogoutHandler` has different parameters in constructor:
* `HttpUtils $httpUtils`
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -3,19 +3,19 @@
"type": "project",
"description": "E-Commerce platform for PHP, based on Symfony framework.",
"license": "MIT",
"homepage": "http://sylius.com",
"homepage": "https://sylius.com",
"authors": [
{
"name": "Paweł Jędrzejewski",
"homepage": "http://pjedrzejewski.com"
"homepage": "https://pjedrzejewski.com"
},
{
"name": "Sylius project",
"homepage": "http://sylius.com"
"homepage": "https://sylius.com"
},
{
"name": "Community contributions",
"homepage": "http://github.com/Sylius/Sylius/contributors"
"homepage": "https://github.com/Sylius/Sylius/contributors"
}
],
"require": {
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
@@ -1,7 +1,7 @@
Sylius Documentation
====================

This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on [**docs.sylius.com**](http://docs.sylius.com).
This directory contains documentation for Sylius - Decoupled eCommerce Platform, available on [**docs.sylius.com**](https://docs.sylius.com).

It is hosted by the great [readthedocs.org](http://readthedocs.org).

Expand Down Expand Up @@ -37,4 +37,4 @@ To test the documentation before a commit:
Authors
-------

See the list of [our amazing contributors](http://github.com/Sylius/Sylius/contributors).
See the list of [our amazing contributors](https://github.com/Sylius/Sylius/contributors).
4 changes: 2 additions & 2 deletions docs/book/architecture/architecture.rst
Expand Up @@ -22,7 +22,7 @@ Fullstack Symfony
developers to work better and faster by providing them with certainty of developing an application that is fully compatible
with the business rules, that is structured, maintainable and upgradable, but also it allows to save time by providing generic re-usable modules.

`Learn more about Symfony <http://symfony.com/what-is-symfony>`_.
`Learn more about Symfony <https://symfony.com/what-is-symfony>`_.

Doctrine
--------
Expand Down Expand Up @@ -141,7 +141,7 @@ Third Party Libraries
Sylius uses a lot of libraries for various tasks:

* `Payum <https://github.com/Payum/Payum>`_ for payments
* `KnpMenu <http://symfony.com/doc/current/bundles/KnpMenuBundle/index.html>`_ - for shop and admin menus
* `KnpMenu <https://symfony.com/doc/current/bundles/KnpMenuBundle/index.html>`_ - for shop and admin menus
* `Gaufrette <https://github.com/KnpLabs/Gaufrette>`_ for filesystem abstraction (store images locally, Amazon S3 or external server)
* `Imagine <https://github.com/liip/LiipImagineBundle>`_ for images processing, generating thumbnails and cropping
* `Pagerfanta <https://github.com/whiteoctober/Pagerfanta>`_ for pagination
Expand Down
2 changes: 1 addition & 1 deletion docs/book/architecture/emails.rst
Expand Up @@ -175,7 +175,7 @@ Parameters:

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs

How to send an Email programmatically?
--------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/book/architecture/events.rst
Expand Up @@ -6,7 +6,7 @@ Events

.. tip::

You can learn more about events in general in `the Symfony documentation <http://symfony.com/doc/current/event_dispatcher.html>`_.
You can learn more about events in general in `the Symfony documentation <https://symfony.com/doc/current/event_dispatcher.html>`_.

What is the naming convention of Sylius events?
-----------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/book/configuration/channels.rst
Expand Up @@ -109,7 +109,7 @@ on the Channel form.

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs

Learn more
----------
Expand Down
2 changes: 1 addition & 1 deletion docs/book/contributing/documentation/standards.rst
Expand Up @@ -43,7 +43,7 @@ Example
echo 'You cannot use the :: shortcut here';
.. _`Sylius Documentation`: http://docs.sylius.com/en/latest/contributing/documentation/standards.html
.. _`Sylius Documentation`: https://docs.sylius.com/en/latest/contributing/documentation/standards.html
Code Examples
-------------
Expand Down
4 changes: 2 additions & 2 deletions docs/book/contributing/index.rst
Expand Up @@ -3,7 +3,7 @@ Contributing

.. note::

This section is based on the great `Symfony documentation <http://symfony.com/doc/current>`_.
This section is based on the great `Symfony documentation <https://symfony.com/doc/current>`_.

Install to Contribute
---------------------
Expand Down Expand Up @@ -51,7 +51,7 @@ And now you can use gulp for installing views, by just running a simple command:
yarn build
For the contributing process questions, please refer to the `Contributing Guide <http://docs.sylius.com/en/latest/contributing/index.html>`_ that comes up in the following chapters:
For the contributing process questions, please refer to the `Contributing Guide <https://docs.sylius.com/en/latest/contributing/index.html>`_ that comes up in the following chapters:

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/book/customers/admin_user.rst
Expand Up @@ -231,7 +231,7 @@ They can be configured as below:
.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs

Learn more
----------
Expand Down
2 changes: 1 addition & 1 deletion docs/book/customers/customer_pools.rst
Expand Up @@ -103,4 +103,4 @@ Learn more

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs
2 changes: 1 addition & 1 deletion docs/book/index.rst
Expand Up @@ -134,7 +134,7 @@ Documentation sections of The Book referring to Sylius Plus features are:

.. image:: ../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs

Sylius Plugins
--------------
Expand Down
6 changes: 3 additions & 3 deletions docs/book/installation/installation.rst
Expand Up @@ -88,7 +88,7 @@ command and then accessing ``http://127.0.0.1:8000`` in your web browser to see

.. note::
Get to know more about using Symfony Local Web Server `in the Symfony server documentation <https://symfony.com/doc/current/setup/symfony_server.html>`_.
If you are using a built-in server check `here <http://symfony.com/doc/current/cookbook/web_server/built_in.html>`_.
If you are using a built-in server check `here <https://symfony.com/doc/current/cookbook/web_server/built_in.html>`_.

You can log to the administrator panel located at ``/admin`` with the credentials you have provided during the installation process.

Expand All @@ -107,8 +107,8 @@ In the root directory of your project you will find these important subdirectori

.. tip::

As it was mentioned before we are basing on Symfony, that is why we've adopted its approach to architecture. Read more `in the Symfony documentation <http://symfony.com/doc/current/quick_tour/the_architecture.html>`_.
Read also about the `best practices while structuring your project <http://symfony.com/doc/current/best_practices/creating-the-project.html#structuring-the-application>`_.
As it was mentioned before we are basing on Symfony, that is why we've adopted its approach to architecture. Read more `in the Symfony documentation <https://symfony.com/doc/current/quick_tour/the_architecture.html>`_.
Read also about the `best practices while structuring your project <https://symfony.com/doc/current/best_practices/creating-the-project.html#structuring-the-application>`_.

Contributing
------------
Expand Down
16 changes: 8 additions & 8 deletions docs/book/installation/requirements.rst
Expand Up @@ -5,7 +5,7 @@ System Requirements
===================

Here you will find the list of system requirements that have to be adhered to be able to use **Sylius**.
First of all have a look at the `requirements for running Symfony <http://symfony.com/doc/current/reference/requirements.html>`_.
First of all have a look at the `requirements for running Symfony <https://symfony.com/doc/current/reference/requirements.html>`_.

Read about the `LAMP stack <https://en.wikipedia.org/wiki/LAMP_(software_bundle)>`_ and the `MAMP stack <https://en.wikipedia.org/wiki/MAMP>`_.

Expand All @@ -21,7 +21,7 @@ In the production environment we do recommend using Apache web server ≥ 2.2.

While developing the recommended way to work with your Symfony application is to use PHP's built-in web server.

`Go there <http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html>`_ to see the full reference to the web server configuration.
`Go there <https://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html>`_ to see the full reference to the web server configuration.

PHP required modules and configuration
--------------------------------------
Expand Down Expand Up @@ -54,7 +54,7 @@ PHP required modules and configuration

.. warning::

Use your local timezone, for example America/Los_Angeles or Europe/Berlin. See http://php.net/manual/en/timezones.php for the list of all available timezones.
Use your local timezone, for example America/Los_Angeles or Europe/Berlin. See https://php.net/manual/en/timezones.php for the list of all available timezones.

Database
--------
Expand All @@ -78,9 +78,9 @@ Most of the application folders and files require only read access, but a few fo
* ``var/log``
* ``public/media``

You can read how to set these permissions in the `Symfony - setting up permissions <http://symfony.com/doc/current/setup/file_permissions.html>`_ section.
You can read how to set these permissions in the `Symfony - setting up permissions <https://symfony.com/doc/current/setup/file_permissions.html>`_ section.

.. _`gd`: http://php.net/manual/en/book.fileinfo.php
.. _`exif`: http://php.net/manual/en/book.exif.php
.. _`fileinfo`: http://php.net/manual/en/book.fileinfo.php
.. _`intl`: http://php.net/manual/en/book.intl.php
.. _`gd`: https://php.net/manual/en/book.fileinfo.php
.. _`exif`: https://php.net/manual/en/book.exif.php
.. _`fileinfo`: https://php.net/manual/en/book.fileinfo.php
.. _`intl`: https://php.net/manual/en/book.intl.php
2 changes: 1 addition & 1 deletion docs/book/installation/sylius_plus_installation.rst
Expand Up @@ -354,4 +354,4 @@ To upgrade Sylius Plus in an existing application, please follow upgrade instruc

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs
2 changes: 1 addition & 1 deletion docs/book/installation/sylius_plus_upgrading.rst
Expand Up @@ -36,4 +36,4 @@ Each release comes with an ``UPGRADE.md`` file, which is meant to help in the up

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs
2 changes: 1 addition & 1 deletion docs/book/introduction/environments.rst
Expand Up @@ -41,4 +41,4 @@ To run Sylius console in ``test`` environment, add the following parameters to e
Final Thoughts
--------------

You can read more about Symfony environments in `this cookbook article <http://symfony.com/doc/current/cookbook/configuration/environments.html>`_.
You can read more about Symfony environments in `this cookbook article <https://symfony.com/doc/current/cookbook/configuration/environments.html>`_.
2 changes: 1 addition & 1 deletion docs/book/orders/returns.rst
Expand Up @@ -182,4 +182,4 @@ Learn more

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs
2 changes: 1 addition & 1 deletion docs/book/orders/shipments.rst
Expand Up @@ -28,7 +28,7 @@ there remains one shipment in state ``ready``.

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs

The Shipment State Machine
--------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/book/orders/taxation.rst
Expand Up @@ -93,7 +93,7 @@ How to create a TaxRate programmatically?
.. note::

Before creating a tax rate you need to know that you can have different tax zones, in order to apply correct taxes for customers coming from any country in the world.
To understand how zones work, please refer to the `Zones <http://docs.sylius.com/en/latest/book/customers/addresses/zones.html>`_ chapter of this book.
To understand how zones work, please refer to the `Zones <https://docs.sylius.com/en/latest/book/customers/addresses/zones.html>`_ chapter of this book.

Use a factory to create a new, empty TaxRate. Provide a ``code``, a ``name``. Set the amount of charge in float.
Then choose a calculator and zone (retrieved from the repository beforehand).
Expand Down Expand Up @@ -134,7 +134,7 @@ Since we are using the concept of :doc:`Channels </book/configuration/channels>`

.. note::

To understand how zones work, please refer to the `Zones <http://docs.sylius.com/en/latest/book/customers/addresses/zones.html>`_ chapter of this book.
To understand how zones work, please refer to the `Zones <https://docs.sylius.com/en/latest/book/customers/addresses/zones.html>`_ chapter of this book.

Applying Taxes
--------------
Expand Down
2 changes: 1 addition & 1 deletion docs/book/plugins/index.rst
Expand Up @@ -14,7 +14,7 @@ Exemplary features may be: Social media buttons, newsletter, wishlists, payment

.. tip::

**The list of all Sylius Plugins (official and approved) is available on the Sylius website** `here <http://sylius.com/developers/store/plugins>`_.
**The list of all Sylius Plugins (official and approved) is available on the Sylius website** `here <https://sylius.com/developers/store/plugins>`_.

.. toctree::
:hidden:
Expand Down
2 changes: 1 addition & 1 deletion docs/book/plugins/official-plugins.rst
Expand Up @@ -2,7 +2,7 @@ Official Sylius Plugins
=======================

Sylius as an organization is providing some of its own plugins in the open source model. All the official plugins
developed by Sylius can be found in the `github organization <http://github.com/Sylius>`_ (just like the main repository).
developed by Sylius can be found in the `github organization <https://github.com/Sylius>`_ (just like the main repository).

You can recognize a Sylius official plugin by this badge in its readme:

Expand Down
2 changes: 1 addition & 1 deletion docs/book/plugins/sylius-store.rst
Expand Up @@ -24,7 +24,7 @@ Since Sylius is an open-source platform, there is a precise flow for the plugin
**4.** One of our Plugin Curators will contact you with the feedback regarding your plugin's code quality, test suite,
and general feeling. They will also ask you to provide some changes in the code (if needed) to make this plugin visible in the Sylius Store.

**5.** Wait for your Plugin to be featured in `the list of plugins <http://sylius.com/plugins/>`_ on the Sylius website.
**5.** Wait for your Plugin to be featured in `the list of plugins <https://sylius.com/plugins/>`_ on the Sylius website.

.. _book_plugins_technical_requirements:

Expand Down
2 changes: 1 addition & 1 deletion docs/book/products/multi_source_inventory.rst
Expand Up @@ -174,4 +174,4 @@ Learn more

.. image:: ../../_images/sylius_plus/banner.png
:align: center
:target: http://sylius.com/plus/?utm_source=docs
:target: https://sylius.com/plus/?utm_source=docs
2 changes: 1 addition & 1 deletion docs/book/support/index.rst
Expand Up @@ -22,7 +22,7 @@ The most important rooms for newcomers are:
But there are many more specific channels also.
If you have any suggestions regarding its organization, please let us know on Slack!

Slack requires inviting new members, but this can be done automatically, just go to `sylius.com/slack <http://sylius.com/slack>`_,
Slack requires inviting new members, but this can be done automatically, just go to `sylius.com/slack <https://sylius.com/slack>`_,
enter your email and you will get an invitation.
If possible, please use your GitHub username - it will help us to recognize each other easily!

Expand Down
Expand Up @@ -90,4 +90,4 @@ narrow the search only to zones with same corresponding property.
.. caution::
Throws `\\InvalidArgumentException`_.

.. _\\InvalidArgumentException: http://php.net/manual/en/class.invalidargumentexception.php
.. _\\InvalidArgumentException: https://php.net/manual/en/class.invalidargumentexception.php

0 comments on commit ac83adc

Please sign in to comment.