From ee9c4aed1186c0e332d97a2b27f472274cc67d19 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Sat, 1 Jul 2023 12:54:48 +0200 Subject: [PATCH] Fixing the link to the self-hosting guide Signed-off-by: Kcchouette --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 072dbbdf..70d27f24 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ See the [Concepts and Getting Started Guide](docs/getting-started.md) for a full The single `zrok` binary contains everything you need to operate `zrok` environments and also host your own service instances. Just add an OpenZiti network and you're up and running. -See the [Self-Hosting Guide](docs/guides/self_hosting_guide.md) for details on getting your own `zrok` service instance running. This builds on top of the [OpenZiti Quick Start](https://docs.openziti.io/docs/learn/quickstarts/network/) to have a running `zrok` service instance in minutes. +See the [Self-Hosting Guide](docs/guides/self-hosting/self_hosting_guide.md) for details on getting your own `zrok` service instance running. This builds on top of the [OpenZiti Quick Start](https://docs.openziti.io/docs/learn/quickstarts/network/) to have a running `zrok` service instance in minutes. ## Building @@ -45,4 +45,4 @@ If you are interested in building `zrok` for yourself instead of using a release ## Contributing If you'd like to contribute back to `zrok`, that'd be great. Please see our [CONTRIBUTING.md](./CONTRIBUTING.md) page and -abide by the [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md). \ No newline at end of file +abide by the [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md).