summaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-07 16:42:37 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-07 16:42:37 +0100
commitf10ceaa4ac04dcafe0bce42eb4fed3832225b594 (patch)
treec75c7beac03bfcbeca8534d295fdf16a419564fc /guide
parentc3f0c59bf7d826cc955e38bcac68fb336038e67d (diff)
Fix broken links in the documentation.
Diffstat (limited to 'guide')
-rw-r--r--guide/src/chapter_03.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/src/chapter_03.md b/guide/src/chapter_03.md
index d7f8b4b9..1ced76cb 100644
--- a/guide/src/chapter_03.md
+++ b/guide/src/chapter_03.md
@@ -6,7 +6,7 @@ will cover some of them, starting from a high level parser, the
down to the actual OpenPGP [`PacketParser`].
[`CertParser`]: ../../sequoia_openpgp/cert/struct.CertParser.html
-[`Cert`]: ../../sequoia_openpgp/struct.Cert.html
+[`Cert`]: ../../sequoia_openpgp/cert/struct.Cert.html
[`PacketParser`]: ../../sequoia_openpgp/parse/struct.PacketParser.html
# Parsing Certs
@@ -101,7 +101,7 @@ turned into a vector of [`Packet`]s:
[`PacketPile`]: ../../sequoia_openpgp/struct.PacketPile.html
[`Packet`]: ../../sequoia_openpgp/enum.Packet.html
-[`Cert::from_packet_pile`]: ../../sequoia_openpgp/struct.Cert.html#method.from_packet_pile
+[`Cert::from_packet_pile`]: ../../sequoia_openpgp/cert/struct.Cert.html#method.from_packet_pile
[`Message::from_packet_pile`]: ../../sequoia_openpgp/struct.Message.html#method.from_packet_pile
```rust