1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

Rename branch to v3

This commit is contained in:
Unrud 2021-12-20 21:12:27 +01:00
parent 09d41d23e0
commit 19593c4b39
3 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@ Want more? Check the [tutorials](#tutorials) and the
#### What's New?
Read the
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/3.0.x/NEWS.md)
[changelog on GitHub.](https://github.com/Kozea/Radicale/blob/v3/NEWS.md)
## Tutorials
### Simple 5-minute setup
@ -1357,7 +1357,7 @@ add new features, fix bugs or update the documentation.
#### Documentation
To change or complement the documentation create a pull request to
[DOCUMENTATION.md](https://github.com/Kozea/Radicale/blob/3.0.x/DOCUMENTATION.md).
[DOCUMENTATION.md](https://github.com/Kozea/Radicale/blob/v3/DOCUMENTATION.md).
## Download

View file

@ -1,7 +1,7 @@
FROM python:3-alpine
# Version of Radicale
ARG VERSION=3.0.x
ARG VERSION=v3
# Persistent storage for data (Mount it somewhere on the host!)
VOLUME /var/lib/radicale
# Configuration data (Put the "config" file here!)

View file

@ -1,9 +1,9 @@
# Read Me
![Test](https://github.com/Kozea/Radicale/workflows/Test/badge.svg?branch=3.0.x)
[![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=3.0.x)](https://coveralls.io/github/Kozea/Radicale?branch=3.0.x)
![Test](https://github.com/Kozea/Radicale/workflows/Test/badge.svg?branch=v3)
[![Coverage Status](https://coveralls.io/repos/github/Kozea/Radicale/badge.svg?branch=v3)](https://coveralls.io/github/Kozea/Radicale?branch=v3)
Radicale is a free and open-source CalDAV and CardDAV server.
For the complete documentation, please visit
[Radicale "3.0" Documentation](https://radicale.org/3.0.html).
[Radicale "v3" Documentation](https://radicale.org/v3.html).