Skip to content

Commit bd9c524

Browse files
Update references to sprintcube
1 parent bb7e04e commit bd9c524

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Elastic Email Plugin for CakePHP 3
22

3-
[![Build Status](https://travis-ci.org/pnglabz/cakephp-elastic-email.svg?branch=master)](https://travis-ci.org/pnglabz/cakephp-elastic-email)
4-
[![codecov](https://codecov.io/gh/pnglabz/cakephp-elastic-email/branch/master/graph/badge.svg)](https://codecov.io/gh/pnglabz/cakephp-elastic-email)
3+
[![Build Status](https://travis-ci.org/sprintcube/cakephp-elastic-email.svg?branch=master)](https://travis-ci.org/sprintcube/cakephp-elastic-email)
4+
[![codecov](https://codecov.io/gh/sprintcube/cakephp-elastic-email/branch/master/graph/badge.svg)](https://codecov.io/gh/sprintcube/cakephp-elastic-email)
55
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
6-
[![Latest Stable Version](https://poser.pugx.org/pnglabz/cakephp-elastic-email/v/stable)](https://packagist.org/packages/pnglabz/cakephp-elastic-email)
7-
[![Total Downloads](https://poser.pugx.org/pnglabz/cakephp-elastic-email/downloads)](https://packagist.org/packages/pnglabz/cakephp-elastic-email)
6+
[![Latest Stable Version](https://poser.pugx.org/sprintcube/cakephp-elastic-email/v/stable)](https://packagist.org/packages/sprintcube/cakephp-elastic-email)
7+
[![Total Downloads](https://poser.pugx.org/sprintcube/cakephp-elastic-email/downloads)](https://packagist.org/packages/sprintcube/cakephp-elastic-email)
88

99
This plugin provides email delivery using [Elastic Email](https://elasticemail.com/).
1010

@@ -20,7 +20,7 @@ This plugin has the following requirements:
2020
You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).
2121

2222
```
23-
composer require pnglabz/cakephp-elastic-email
23+
composer require sprintcube/cakephp-elastic-email
2424
```
2525

2626
After installation, [Load the plugin](http://book.cakephp.org/3.0/en/plugins.html#loading-a-plugin)
@@ -184,4 +184,4 @@ $email->send();
184184

185185
## Reporting Issues
186186

187-
If you have a problem with this plugin or any bug, please open an issue on [GitHub](https://github.com/pnglabz/cakephp-elastic-email/issues).
187+
If you have a problem with this plugin or any bug, please open an issue on [GitHub](https://github.com/sprintcube/cakephp-elastic-email/issues).

0 commit comments

Comments
 (0)