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:
parent
09d41d23e0
commit
19593c4b39
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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!)
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Read Me
|
||||
|
||||

|
||||
[](https://coveralls.io/github/Kozea/Radicale?branch=3.0.x)
|
||||

|
||||
[](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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue