Skip to content

Commit

Permalink
fix: Fixed links and content
Browse files Browse the repository at this point in the history
  • Loading branch information
PoTHuYJoHN committed Jan 7, 2018
1 parent b856ec4 commit 522ab71
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributions are **welcome** and will be fully **credited**.

We accept contributions via Pull Requests on [Github](https://github.com/webkid/laravel-boolean-softdeletes).
We accept contributions via Pull Requests on [Github](https://github.com/tenantcloud/laravel-boolean-softdeletes).


## Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The MIT License (MIT)

Copyright (c) 2017 Ivan Kolodiy <kolodiy.ivan.i@gmail.com>
Copyright (c) 2017 Ivan Kolodiy <ivan@tenantcloud.com>

> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Boolean field is much better for indexing instead of unique timestamps.
Via Composer

``` bash
$ composer require webkid/laravel-boolean-softdeletes
$ composer require tenantcloud/laravel-boolean-softdeletes
```

Add `Webkid\LaravelBooleanSoftdeletes\SoftDeletesBoolean` trait to models with soft deletes.
Expand Down Expand Up @@ -61,17 +61,17 @@ If you discover any security related issues, please email kolodiy.ivan.i@gmail.c

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-version]: https://img.shields.io/packagist/v/webkid/laravel-boolean-softdeletes.svg?style=flat-square
[ico-version]: https://img.shields.io/packagist/v/tenantcloud/laravel-boolean-softdeletes.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/webkid/laravel-boolean-softdeletes/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/webkid/laravel-boolean-softdeletes.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/webkid/laravel-boolean-softdeletes.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/webkid/laravel-boolean-softdeletes.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/webkid/laravel-boolean-softdeletes
[link-travis]: https://travis-ci.org/webkid/laravel-boolean-softdeletes
[link-scrutinizer]: https://scrutinizer-ci.com/g/webkid/laravel-boolean-softdeletes/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/webkid/laravel-boolean-softdeletes
[link-downloads]: https://packagist.org/packages/webkid/laravel-boolean-softdeletes
[link-author]: https://github.com/PoTHuYJoHN
[ico-travis]: https://img.shields.io/travis/tenantcloud/laravel-boolean-softdeletes/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/tenantcloud/laravel-boolean-softdeletes.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/tenantcloud/laravel-boolean-softdeletes.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/tenantcloud/laravel-boolean-softdeletes.svg?style=flat-square

[link-packagist]: https://packagist.org/packages/tenantcloud/laravel-boolean-softdeletes
[link-travis]: https://travis-ci.org/tenantcloud/laravel-boolean-softdeletes
[link-scrutinizer]: https://scrutinizer-ci.com/g/tenantcloud/laravel-boolean-softdeletes/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/tenantcloud/laravel-boolean-softdeletes
[link-downloads]: https://packagist.org/packages/tenantcloud/laravel-boolean-softdeletes
[link-author]: https://github.com/ivankolodii
[link-contributors]: ../../contributors
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"type": "library",
"description": "Laravel soft deletes optimization for high load queries",
"keywords": [
"Webkid",
"TenantCloud",
"LaravelBooleanSoftdeletes"
],
"homepage": "https://github.com/Webkid/LaravelBooleanSoftdeletes",
"homepage": "https://github.com/tenantcloud/laravel-boolean-softdeletes",
"license": "MIT",
"authors": [
{
"name": "Ivan Kolodiy",
"email": "kolodiy.ivan.i@gmail.com",
"homepage": "https://ikolodiy.com",
"role": "Developer"
"email": "ivan@tenantcloud.com",
"homepage": "https://tenantcloud.com",
"role": "CTO"
}
],
"require": {
Expand Down

0 comments on commit 522ab71

Please sign in to comment.