From d4231fc633042362107b8f6aaedfad7307188393 Mon Sep 17 00:00:00 2001 From: Wiktor Kwapisiewicz Date: Fri, 6 Jul 2018 11:02:02 +0200 Subject: Fix links in examples Working links do not use "preview" subdomain. --- examples/guide-exploring-openpgp.rs | 2 +- examples/guide-getting-started.rs | 2 +- examples/guide-the-keystore.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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; -- cgit v1.2.3