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).