From 1f8c6e97e4c253e32001d6e34123f8272c6bc796 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Fri, 3 May 2024 11:02:03 -0400 Subject: [PATCH] fix links --- docs/concepts/hosting.md | 2 +- docs/concepts/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/hosting.md b/docs/concepts/hosting.md index 69ad4ceb..8d975ff1 100644 --- a/docs/concepts/hosting.md +++ b/docs/concepts/hosting.md @@ -6,7 +6,7 @@ sidebar_position: 200 ## Self-Hosted -`zrok` is not limited to a managed offering. You can [host your own]/guides/self-hosting/linux/index.mdx) instance of `zrok` as well. `zrok` is +`zrok` is not limited to a managed offering. You can [host your own](/guides/self-hosting/linux/index.mdx) instance of `zrok` as well. `zrok` is also freely available as open source software hosted by GitHub under a very permissive Apache v2 license. ## Managed Service diff --git a/docs/concepts/index.md b/docs/concepts/index.md index 410ca6ad..59f8b058 100644 --- a/docs/concepts/index.md +++ b/docs/concepts/index.md @@ -10,4 +10,4 @@ sidebar_position: 25 Sharing with `zrok` can be either [`public`](./sharing-public.md) or [`private`](./sharing-private.md). Naturally, regular web-based resources can be shared but `zrok` also includes support for sharing raw [TCP](./tunnels.md) and [UDP](./tunnels.md) network connections, and also includes a [website and file sharing](./files.md) feature. -Learn about `zrok` [hosting here](./hosting.md), including instructions on how to [install your own `zrok` instance]/guides/self-hosting/linux/index.mdx). +Learn about `zrok` [hosting here](./hosting.md), including instructions on how to [install your own `zrok` instance](/guides/self-hosting/linux/index.mdx).