Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Arias <yo@elopio.net>2016-11-05 23:17:30 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2016-11-05 23:17:30 +0300
commit1901655669ca550465867c115cd5260e7dd487ae (patch)
tree0756c4ae85c57b861e653343fd282a334d6d3402 /README.md
parent753d1d50d0cc4bcbecc484bcb8abb675bea62be7 (diff)
Update the links to the new repository location (#81)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ceb927f7e..bd438ccfc 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.