Skip to content

Commit

Permalink
TASK: Rename default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jan 8, 2025
1 parent cd3ff7c commit a05b8ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,4 +278,4 @@ This can be done by using the following example vcl:

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

.. _Example: https://github.com/flowpack/varnish/blob/master/Documentation/example.vcl
.. _Example: https://github.com/flowpack/varnish/blob/main/Documentation/example.vcl
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Varnish

[![Build Status](https://travis-ci.com/Flowpack/Varnish.svg?branch=master)](https://travis-ci.com/github/Flowpack/varnish)
[![Build Status](https://travis-ci.com/Flowpack/Varnish.svg?branch=main)](https://travis-ci.com/github/Flowpack/varnish)
[![Latest Stable Version](https://poser.pugx.org/flowpack/varnish/v/stable)](https://packagist.org/packages/flowpack/varnish)
[![Total Downloads](https://poser.pugx.org/flowpack/varnish/downloads)](https://packagist.org/packages/flowpack/varnish)
[![License](https://poser.pugx.org/flowpack/varnish/license)](https://packagist.org/packages/flowpack/varnish)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.1.x-dev"
"dev-main": "4.1.x-dev"
},
"applied-flow-migrations": [
"TYPO3.FLOW3-201201261636",
Expand Down

0 comments on commit a05b8ae

Please sign in to comment.