diff options
author | Nikolay <[email protected]> | 2021-09-25 13:10:06 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-25 13:10:06 +0300 |
commit | 34ed5ce4b3feeed9d14ebc08c381995d0737636c (patch) | |
tree | 4e879c4edf861ac0fbdcbbab224455bee6b289d1 /README.md | |
parent | b4c95fb4ac5176ffc17f408e15e12b6e19a17c71 (diff) | |
download | vaultwarden-34ed5ce4b3feeed9d14ebc08c381995d0737636c.tar.gz vaultwarden-34ed5ce4b3feeed9d14ebc08c381995d0737636c.zip |
Update README.md
Fixed 'Bitwarden clients' link, it should lead to https://bitwarden.com/download/ and not to https://bitwarden.com/#download/
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -### Alternative implementation of the Bitwarden server API written in Rust and compatible with [upstream Bitwarden clients](https://bitwarden.com/#download)*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. +### Alternative implementation of the Bitwarden server API written in Rust and compatible with [upstream Bitwarden clients](https://bitwarden.com/download/)*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. 📢 Note: This project was known as Bitwarden_RS and has been renamed to separate itself from the official Bitwarden server in the hopes of avoiding confusion and trademark/branding issues. Please see [#1642](https://github.com/dani-garcia/vaultwarden/discussions/1642) for more explanation. |