From 19593c4b39bf13224adbb727fa75a8379d096a87 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 20 Dec 2021 21:12:27 +0100 Subject: [PATCH] Rename branch to v3 --- DOCUMENTATION.md | 4 ++-- Dockerfile | 2 +- README.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index ecc753f0..0aaebd93 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 5c7c0820..e94648b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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!) diff --git a/README.md b/README.md index eb6d7adf..31a5a1ea 100644 --- a/README.md +++ b/README.md @@ -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).