Skip to content

Commit 4eb4220

Browse files
committed
Merge branch 'main' into fix-lua-lightuserdata-arm64
2 parents d743f29 + 7b67d9e commit 4eb4220

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
.. image:: https://github.com/carlosabalde/libvmod-cfg/actions/workflows/main.yml/badge.svg?branch=master
2+
.. image:: https://github.com/carlosabalde/libvmod-cfg/actions/workflows/main.yml/badge.svg?branch=main
33
:alt: GitHub Actions CI badge
44
:target: https://github.com/carlosabalde/libvmod-cfg/actions
5-
.. image:: https://codecov.io/gh/carlosabalde/libvmod-cfg/branch/master/graph/badge.svg
5+
.. image:: https://codecov.io/gh/carlosabalde/libvmod-cfg/branch/main/graph/badge.svg
66
:alt: Codecov badge
77
:target: https://codecov.io/gh/carlosabalde/libvmod-cfg
88

@@ -440,7 +440,7 @@ INSTALLATION
440440

441441
The source tree is based on autotools to configure the building, and does also have the necessary bits in place to do functional unit tests using the varnishtest tool.
442442

443-
**Beware this project contains multiples branches (master, 4.1, etc.). Please, select the branch to be used depending on your Varnish Cache version (Varnish trunk → master, Varnish 4.1.x → 4.1, etc.).**
443+
**Beware this project contains multiples branches (main, 4.1, etc.). Please, select the branch to be used depending on your Varnish Cache version (Varnish trunk → main, Varnish 4.1.x → 4.1, etc.).**
444444

445445
Dependencies:
446446

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
version: '3.7'
1616

17-
name: libvmod-cfg-master
17+
name: libvmod-cfg-main
1818

1919
services:
2020
dev:

0 commit comments

Comments
 (0)