summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2018-07-06 11:02:02 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-07-09 10:13:24 +0200
commitd4231fc633042362107b8f6aaedfad7307188393 (patch)
tree3710235d86b113e7ca44c523caec47b7b657422d /examples
parent81dfd71a158c251a67e054949cc202227ad4bf29 (diff)
Fix links in examples
Working links do not use "preview" subdomain.
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;