Skip to content

Commit a05b8ae

Browse files
committed
TASK: Rename default branch to main
1 parent cd3ff7c commit a05b8ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,4 +278,4 @@ This can be done by using the following example vcl:
278278

279279
***Note*** Example_ of full VCL configuration file (Varnish 3) – Use with care!
280280

281-
.. _Example: https://github.com/flowpack/varnish/blob/master/Documentation/example.vcl
281+
.. _Example: https://github.com/flowpack/varnish/blob/main/Documentation/example.vcl

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Varnish
22

3-
[![Build Status](https://travis-ci.com/Flowpack/Varnish.svg?branch=master)](https://travis-ci.com/github/Flowpack/varnish)
3+
[![Build Status](https://travis-ci.com/Flowpack/Varnish.svg?branch=main)](https://travis-ci.com/github/Flowpack/varnish)
44
[![Latest Stable Version](https://poser.pugx.org/flowpack/varnish/v/stable)](https://packagist.org/packages/flowpack/varnish)
55
[![Total Downloads](https://poser.pugx.org/flowpack/varnish/downloads)](https://packagist.org/packages/flowpack/varnish)
66
[![License](https://poser.pugx.org/flowpack/varnish/license)](https://packagist.org/packages/flowpack/varnish)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"extra": {
2727
"branch-alias": {
28-
"dev-master": "4.1.x-dev"
28+
"dev-main": "4.1.x-dev"
2929
},
3030
"applied-flow-migrations": [
3131
"TYPO3.FLOW3-201201261636",

0 commit comments

Comments
 (0)