Skip to content

Commit 4b1ef3f

Browse files
committed
chore(*): remove www
1 parent 698ee02 commit 4b1ef3f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CONTRIBUTING.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Contributing
2-
32
Contributions are always welcome, but to keep things organized, keep in mind the following rules.
43

54
# Bug Reports
6-
7-
When reporting a bug in the Laravel Auditing package, make sure you follow the [rules](http://www.laravel-auditing.com/docs/master/problems).
5+
When reporting a bug in the Laravel Auditing package, make sure you follow the [rules](http://laravel-auditing.com/docs/master/problems).
86

97
Failure to do so, will result in a closed ticket.
108

119
# Pull Requests
12-
1310
Fixing a bug, correcting a typo or adding a new feature?
1411

1512
Just remember that all pull requests should be done against the `master` branch.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="http://www.laravel-auditing.com" target="_blank"><img width="130" src="http://www.laravel-auditing.com/assets/img/laravel-auditing-logo.png#v2"></a>
2+
<a href="http://laravel-auditing.com" target="_blank"><img width="130" src="http://www.laravel-auditing.com/assets/img/laravel-auditing-logo.png#v2"></a>
33
</p>
44

55
<p align="center">
@@ -14,7 +14,7 @@ This package will help you understand changes in your Eloquent models, by provid
1414
Laravel Auditing allows you to keep a history of model changes by simply using a trait. Retrieving the audited data is straightforward, making it possible to display it in various ways.
1515

1616
## Official Documentation
17-
The package documentation can be found on the [official website](http://www.laravel-auditing.com) or at the [documentation repository](https://github.com/owen-it/laravel-auditing-doc/blob/master/documentation.md).
17+
The package documentation can be found on the [official website](http://laravel-auditing.com) or at the [documentation repository](https://github.com/owen-it/laravel-auditing-doc/blob/master/documentation.md).
1818

1919
## Version Information
2020
Version | Illuminate | Status | PHP Version
@@ -25,7 +25,7 @@ The package documentation can be found on the [official website](http://www.lara
2525
5.x | 5.2.x - 5.5.x | Active support | >= 7.0.13
2626

2727
## Contributing
28-
Please see the [contributing](http://www.laravel-auditing.com/docs/master/contributing) entry for more details.
28+
Please see the [contributing](http://laravel-auditing.com/docs/master/contributing) entry for more details.
2929

3030
## Credits
3131
- [Antério Vieira](https://github.com/anteriovieira)

0 commit comments

Comments
 (0)