From 1901655669ca550465867c115cd5260e7dd487ae Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Sat, 5 Nov 2016 14:17:30 -0600 Subject: [PATCH] Update the links to the new repository location (#81) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ceb927f7..bd438ccf 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ sudo make install Clone the repository to a suitable location where you can extend and build this project. ```bash -git clone https://github.com/keepassxreboot/keepassx.git +git clone https://github.com/keepassxreboot/keepassxc.git ``` **Note:** This will clone the entire contents of the repository at the HEAD revision. @@ -54,6 +54,6 @@ git pull ### Contributing We're always looking for suggestions to improve our application. If you have a suggestion for improving an existing feature, -or would like to suggest a completely new feature for KeePassX Reboot, please use the [Issues](https://github.com/keepassxreboot/keepassx/issues) section or our [Google Groups](https://groups.google.com/forum/#!forum/keepassx-reboot) forum. +or would like to suggest a completely new feature for KeePassX Reboot, please use the [Issues](https://github.com/keepassxreboot/keepassxc/issues) section or our [Google Groups](https://groups.google.com/forum/#!forum/keepassx-reboot) forum. Please review the [CONTRIBUTING](.github/CONTRIBUTING.md) document for further information.