mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50: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?
|
#### What's New?
|
||||||
|
|
||||||
Read the
|
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
|
## Tutorials
|
||||||
### Simple 5-minute setup
|
### Simple 5-minute setup
|
||||||
|
@ -1357,7 +1357,7 @@ add new features, fix bugs or update the documentation.
|
||||||
#### Documentation
|
#### Documentation
|
||||||
|
|
||||||
To change or complement the documentation create a pull request to
|
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
|
## Download
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM python:3-alpine
|
FROM python:3-alpine
|
||||||
|
|
||||||
# Version of Radicale
|
# Version of Radicale
|
||||||
ARG VERSION=3.0.x
|
ARG VERSION=v3
|
||||||
# Persistent storage for data (Mount it somewhere on the host!)
|
# Persistent storage for data (Mount it somewhere on the host!)
|
||||||
VOLUME /var/lib/radicale
|
VOLUME /var/lib/radicale
|
||||||
# Configuration data (Put the "config" file here!)
|
# Configuration data (Put the "config" file here!)
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Read Me
|
# 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.
|
Radicale is a free and open-source CalDAV and CardDAV server.
|
||||||
|
|
||||||
For the complete documentation, please visit
|
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