From 20d5e850a8f61b42a84acc212c14c0f13f2a2773 Mon Sep 17 00:00:00 2001
From: Egor Tensin
Date: Sat, 19 Mar 2022 19:08:58 +0300
Subject: reword things a bit
---
README.md | 4 ++--
index.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 981e22f..82cc594 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,9 @@ connection managers:
[NetworkManager]: https://wiki.gnome.org/Projects/NetworkManager
[wg]: https://man7.org/linux/man-pages/man8/wg.8.html
-An example configuration (with bogus key values) can be seen [here].
+Take a look at an [example configuration] to learn more.
-[here]: https://egor-tensin.github.io/wireguard-config/?server_public=iNqGDQ2tltbSN4s3Fpb%2F7PRc2OSwR3%2FbPjOrf8V%2FSmA%3D&server_endpoint=123.123.123.123%3A123&preshared=Moshdr8RNfYUWG%2F0MVOlglzlze3beATD6YumDwCZf5E%3D&client_public=hvfo%2FMgizTRbrktfx3k2Q0Ib0mx0P2N6LRZEYWqkpXc%3D&client_private=qKgmDq8HWaU432qJhEa2Q6pE52P55xBHNOgzB0roP3A%3D&client_ipv4=192.168.123.123%2F24&client_ipv6=fd01%3A2345%3A6789%3A%3A192.168.123.123%2F48
+[example configuration]: https://egor-tensin.github.io/wireguard-config/?server_public=iNqGDQ2tltbSN4s3Fpb%2F7PRc2OSwR3%2FbPjOrf8V%2FSmA%3D&server_endpoint=123.123.123.123%3A123&preshared=Moshdr8RNfYUWG%2F0MVOlglzlze3beATD6YumDwCZf5E%3D&client_public=hvfo%2FMgizTRbrktfx3k2Q0Ib0mx0P2N6LRZEYWqkpXc%3D&client_private=qKgmDq8HWaU432qJhEa2Q6pE52P55xBHNOgzB0roP3A%3D&client_ipv4=192.168.123.123%2F24&client_ipv6=fd01%3A2345%3A6789%3A%3A192.168.123.123%2F48
Description
-----------
diff --git a/index.html b/index.html
index fa82385..75fd1f2 100644
--- a/index.html
+++ b/index.html
@@ -118,7 +118,7 @@ show configuration files that can be used by the client.
{% endfor %}
{% endfor %}
{% assign example_url = example_url | escape_uri | baseurl %}
- Please take a look at an example configuration.
+ Take a look at an example configuration to learn more.
--
cgit v1.2.3