summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2024-01-12 17:26:17 +0100
committerNeal H. Walfield <neal@pep.foundation>2024-01-12 17:28:01 +0100
commit28c1b024f4821887e572d6074a417d5ab2d807e3 (patch)
treef7783612aacbcf3021e8fc67e684c154c869aa43
parentce5fed53d9cf58f54f95f6a87e8fcac7b2b63b55 (diff)
guide: Fix references to the sq and sqv repositories.
- We've split `sq` and `sqv` into their own repositories. Update the links. - #999.
-rw-r--r--guide/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/src/lib.rs b/guide/src/lib.rs
index 3956dd91..54a055ff 100644
--- a/guide/src/lib.rs
+++ b/guide/src/lib.rs
@@ -12,8 +12,8 @@ For more inspiration, see our various [examples] and our
command-line frontends [sq] and [sqv].
[examples]: https://gitlab.com/sequoia-pgp/sequoia/tree/main/openpgp/examples
-[sq]: https://gitlab.com/sequoia-pgp/sequoia/tree/main/sq
-[sqv]: https://gitlab.com/sequoia-pgp/sequoia/tree/main/sqv
+[sq]: https://gitlab.com/sequoia-pgp/sequoia-sq/tree/main
+[sqv]: https://gitlab.com/sequoia-pgp/sequoia-sqv/tree/main
Happy climbing!