Skip to content

Commit

Permalink
Replace sylius.org with sylius.com & fix even more logos
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Feb 8, 2018
1 parent ffd9a5c commit 633697b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,31 @@ SyliusMailerBundle [![Build status...](https://secure.travis-ci.org/Sylius/Syliu
Sylius
------

**Sylius** - Modern ecommerce for Symfony2. Visit [Sylius.org](http://sylius.org).
**Sylius** - Modern ecommerce for Symfony2. Visit [Sylius.org](http://sylius.com).

Sylius
------

![Sylius](http://sylius.org/assets/img/logo.png)
![Sylius](https://demo.sylius.com/assets/shop/img/logo.png)

Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.org](http://sylius.org).
Sylius is an Open Source eCommerce solution built from decoupled components with powerful API and the highest quality code. [Read more on sylius.com](http://sylius.com).

Documentation
-------------

Documentation is available on [**docs.sylius.org**](http://docs.sylius.org/en/latest/components_and_bundles/bundles/SyliusMailerBundle/index.html).
Documentation is available on [**docs.sylius.com**](http://docs.sylius.com/en/latest/components_and_bundles/bundles/SyliusMailerBundle/index.html).

Contributing
------------

[This page](http://docs.sylius.org/en/latest/contributing/index.html) contains all the information about contributing to Sylius.
[This page](http://docs.sylius.com/en/latest/contributing/index.html) contains all the information about contributing to Sylius.

Follow Sylius' Development
--------------------------

If you want to keep up with the updates and latest features, follow us on the following channels:

* [Official Blog](https://sylius.org/blog)
* [Official Blog](https://sylius.com/blog)
* [Sylius on Twitter](https://twitter.com/Sylius)
* [Sylius on Facebook](https://facebook.com/SyliusEcommerce)

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "symfony-bundle",
"description": "Mailers and e-mail template management for Symfony2 projects.",
"keywords": ["mailer", "email", "swiftmailer"],
"homepage": "http://sylius.org",
"homepage": "http://sylius.com",
"license": "MIT",
"authors": [
{
Expand All @@ -12,7 +12,7 @@
},
{
"name": "Sylius project",
"homepage": "http://sylius.org"
"homepage": "http://sylius.com"
},
{
"name": "Community contributions",
Expand Down
4 changes: 2 additions & 2 deletions spec/Sender/Adapter/SwiftMailerAdapterSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function it_sends_an_email(
)->shouldBeCalled();

$this->send(
['pawel@sylius.org'],
'arnaud@sylius.org',
['pawel@sylius.com'],
'arnaud@sylius.com',
'arnaud',
$renderedEmail,
$email,
Expand Down

0 comments on commit 633697b

Please sign in to comment.