From aec899dc81e6af652a5113a1d8453d7d4f8206d0 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 12 Jan 2024 09:42:38 -0500 Subject: [PATCH] correct link checker pattern; link to new libsodium docs site --- check-links/crawl-for-broken-links.sh | 2 +- docusaurus/docs/learn/introduction/_concepts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check-links/crawl-for-broken-links.sh b/check-links/crawl-for-broken-links.sh index 1cadb0b1f..f2868d0aa 100755 --- a/check-links/crawl-for-broken-links.sh +++ b/check-links/crawl-for-broken-links.sh @@ -35,7 +35,7 @@ www\.reddit\.com/r/openziti twitter\.com/(OpenZiggy|OpenZiti) landing.openziti.io/ fonts.gstatic.com/ -github\.com[^)]+# +github\.com/.*# EOF # github\.com/.*/releases/latest/download diff --git a/docusaurus/docs/learn/introduction/_concepts.md b/docusaurus/docs/learn/introduction/_concepts.md index 1b0a637ac..a47030be4 100644 --- a/docusaurus/docs/learn/introduction/_concepts.md +++ b/docusaurus/docs/learn/introduction/_concepts.md @@ -31,7 +31,7 @@ Services can be completely dark if they are implemented with a Ziti SDK. If this Ziti makes sure that when you connect to a service using a Ziti network, your connection is encrypted from start to finish. Each connection is secured through public-private-key cryptography provided by -[libsodium](https://libsodium.org). This means that even if your service data is not encrypted on its own, the +[libsodium](https://doc.libsodium.org/). This means that even if your service data is not encrypted on its own, the connection between the SDKs will be encrypted and only readable by the intended parties. This feature is available in all applications that use Ziti's SDKs, including Ziti's tunneler, desktop, and mobile applications.