summaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-10-14 11:43:23 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-10-14 12:16:15 +0200
commit653960de3dfe19c9b46daad38efbc4a49a7676f2 (patch)
treedd1c0c5963667dd06b717e69a0dd40df0a94cd68 /guide
parent2079449be080b4da3cdc8c6f9972f4ac48e58aaf (diff)
sq: Rename module to 'sequoia-sq'.
Diffstat (limited to 'guide')
-rw-r--r--guide/src/chapter_00.md2
-rw-r--r--guide/src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/guide/src/chapter_00.md b/guide/src/chapter_00.md
index e4967939..aef1cbc9 100644
--- a/guide/src/chapter_00.md
+++ b/guide/src/chapter_00.md
@@ -90,7 +90,7 @@ tool:
$ git clone https://gitlab.com/sequoia-pgp/sequoia.git
...
$ cd sequoia
-$ cargo build -p sequoia-tool
+$ cargo build -p sequoia-sq
...
$ target/debug/sq
sq 0.1.0
diff --git a/guide/src/lib.rs b/guide/src/lib.rs
index e1e33403..c1760d02 100644
--- a/guide/src/lib.rs
+++ b/guide/src/lib.rs
@@ -12,7 +12,7 @@ For more inspiration, see our various [examples] and our
command-line frontends [sq] and [sqv].
[examples]: https://gitlab.com/sequoia-pgp/sequoia/tree/master/openpgp/examples
-[sq]: https://gitlab.com/sequoia-pgp/sequoia/tree/master/tool
+[sq]: https://gitlab.com/sequoia-pgp/sequoia/tree/master/sq
[sqv]: https://gitlab.com/sequoia-pgp/sequoia/tree/master/sqv
Happy climbing!