From 299bc42f44af737c99a330b6b5861d3b60e9e3f0 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Wed, 18 Sep 2024 18:23:47 -0400 Subject: [PATCH] Update links to package docs --- RELEASING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index a57f4069..d9c3df8d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -15,8 +15,8 @@ A release produces these artifacts. * binary executables attached to [the GitHub Release](https://github.com/openziti/ziti-tunnel-sdk-c/releases/latest) * Linux packages in Artifactory - * DEBs for Debian distros ([doc](https://openziti.io/docs/reference/tunnelers/linux/#installing-the-deb)) - * RPMs for RedHat distros ([doc](https://openziti.io/docs/reference/tunnelers/linux/#installing-the-rpm)) + * DEBs for Debian distros ([doc](https://openziti.io/docs/reference/tunnelers/linux/debian-package)) + * RPMs for RedHat distros ([doc](https://openziti.io/docs/reference/tunnelers/linux/redhat-package)) * Docker images in Docker Hub * `openziti/ziti-edge-tunnel` for `run` proxy mode in a container ([K8S doc](https://openziti.io/docs/reference/tunnelers/kubernetes/kubernetes-daemonset)) * `openziti/ziti-host` for `run-host` reverse-proxy mode in a container ([Docker doc](https://openziti.io/docs/reference/tunnelers/docker/), [K8S doc](https://openziti.io/docs/reference/tunnelers/kubernetes/kubernetes-host))