summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guide-exploring-openpgp.rs2
-rw-r--r--examples/guide-getting-started.rs2
-rw-r--r--examples/guide-the-keystore.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/guide-exploring-openpgp.rs b/examples/guide-exploring-openpgp.rs
index a2bd1517..87763aee 100644
--- a/examples/guide-exploring-openpgp.rs
+++ b/examples/guide-exploring-openpgp.rs
@@ -1,4 +1,4 @@
-//! https://preview.sequoia-pgp.org/guide/exploring-openpgp/
+//! https://sequoia-pgp.org/guide/exploring-openpgp/
#[macro_use] // For armored!
extern crate openpgp;
diff --git a/examples/guide-getting-started.rs b/examples/guide-getting-started.rs
index c1866078..9efff752 100644
--- a/examples/guide-getting-started.rs
+++ b/examples/guide-getting-started.rs
@@ -1,4 +1,4 @@
-//! https://preview.sequoia-pgp.org/guide/getting-started/
+//! https://sequoia-pgp.org/guide/getting-started/
#[macro_use] // For armored!
extern crate openpgp;
diff --git a/examples/guide-the-keystore.rs b/examples/guide-the-keystore.rs
index 91f049f0..c5c6f361 100644
--- a/examples/guide-the-keystore.rs
+++ b/examples/guide-the-keystore.rs
@@ -1,4 +1,4 @@
-//! https://preview.sequoia-pgp.org/guide/the-keystore/
+//! https://sequoia-pgp.org/guide/the-keystore/
#[macro_use] // For armored!
extern crate openpgp;