Skip to content

Commit 798f06b

Browse files
committed
chore: rename default branch name
1 parent af2daee commit 798f06b

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ PLEASE READ: FILLING IN THE TEMPLATE IS REQUIRED!
1111
Issues that do not include enough information might not be picked up.
1212
Issues that have not been filled in using the issue template will be _closed_.
1313
14-
Have you read laravel-cloudfront's contributing guidelines (https://github.com/meemalabs/laravel-cloudfront/blob/master/CONTRIBUTING.md)
15-
and Code Of Conduct (https://github.com/meemalabs/laravel-cloudfront/master/CODE_OF_CONDUCT.md)?
14+
Have you read laravel-cloudfront's contributing guidelines (https://github.com/meemalabs/laravel-cloudfront/blob/main/CONTRIBUTING.md)
15+
and Code Of Conduct (https://github.com/meemalabs/laravel-cloudfront/main/CODE_OF_CONDUCT.md)?
1616
1717
By filing an Issue, you are expected to comply with it, including treating everyone with respect.
1818
@@ -50,7 +50,7 @@ Put an X between the brackets if you have done the following:
5050

5151
<!-- What you expect to happen -->
5252

53-
**Actual behavior:**
53+
**Actual behavior:**
5454

5555
<!-- What actually happens. Please include screenshots, stack traces and anything that can help us understand the issue. -->
5656

.github/ISSUE_TEMPLATE/---ideas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ PLEASE READ: FILLING IN THE TEMPLATE IS REQUIRED!
1212
Issues that do not include enough information might not be picked up.
1313
1414
Have you read laravel-cloudfront's
15-
contributing guidelines (https://github.com/meemalabs/laravel-cloudfront/blob/master/CONTRIBUTING.md)
16-
and Code Of Conduct (https://github.com/meemalabs/laravel-cloudfront/master/CODE_OF_CONDUCT.md)?
15+
contributing guidelines (https://github.com/meemalabs/laravel-cloudfront/blob/main/CONTRIBUTING.md)
16+
and Code Of Conduct (https://github.com/meemalabs/laravel-cloudfront/main/CODE_OF_CONDUCT.md)?
1717
By filing an idea, you are expected to comply with it, including treating everyone with respect.
1818
1919
Please prefix your idea with: [IDEA].

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# CloudFront Package for Laravel
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/meema/laravel-cloudfront.svg?style=flat-square)](https://packagist.org/packages/meema/laravel-cloudfront)
4-
[![StyleCI](https://github.styleci.io/repos/320476033/shield?branch=master)](https://github.styleci.io/repos/320476033)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/meemalabs/laravel-cloudfront/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/meemalabs/laravel-cloudfront/?branch=master)
4+
[![StyleCI](https://github.styleci.io/repos/320476033/shield?branch=main)](https://github.styleci.io/repos/320476033)
5+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/meemalabs/laravel-cloudfront/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/meemalabs/laravel-cloudfront/?branch=main)
66
[![Total Downloads](https://img.shields.io/packagist/dt/meema/laravel-cloudfront.svg?style=flat-square)](https://packagist.org/packages/meema/laravel-cloudfront)
7-
[![License](https://img.shields.io/github/license/meemalabs/laravel-cloudfront.svg?style=flat-square)](https://github.com/meemalabs/laravel-cloudfront/blob/master/LICENSE.md)
8-
<!-- [[![Test](https://github.com/meemalabs/laravel-cloudfront/workflows/Test/badge.svg?branch=master)](https://github.com/meemalabs/laravel-cloudfront/actions) -->
7+
[![License](https://img.shields.io/github/license/meemalabs/laravel-cloudfront.svg?style=flat-square)](https://github.com/meemalabs/laravel-cloudfront/blob/main/LICENSE.md)
8+
<!-- [[![Test](https://github.com/meemalabs/laravel-cloudfront/workflows/Test/badge.svg?branch=main)](https://github.com/meemalabs/laravel-cloudfront/actions) -->
99
<!-- [[![Build Status](wip)](ghactions) -->
1010

1111
This is a wrapper package for AWS CloudFront. Please note that while this package is used in production environments and is completely functional, it is not feature-complete & currently only focuses on cache invalidations.

0 commit comments

Comments
 (0)