aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--index.html2
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.</p>
{% endfor %}
{% endfor %}
{% assign example_url = example_url | escape_uri | baseurl %}
- <p>Please take a look at an <a href="{{ example_url }}">example configuration</a>.</p>
+ <p>Take a look at an <a href="{{ example_url }}">example configuration</a> to learn more.</p>
</div>
</div>