From e895d632a65d652ab5e8b0483b7b50778b93def2 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Sat, 8 Apr 2023 16:26:48 +0100 Subject: [PATCH] Update index.md Corrected hyperlink typo in the protocol preventing users from using the link. --- content/agent/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/agent/installation/index.md b/content/agent/installation/index.md index 283b395..1a28a4e 100644 --- a/content/agent/installation/index.md +++ b/content/agent/installation/index.md @@ -15,7 +15,7 @@ toc: true As described before a Kerberos Agent is a container, which can be deployed through various ways and automation tools such as docker, docker compose, kubernetes and the list goes on. To simplify your life we have come with concrete and working examples of deployments to help you speed up your Kerberos.io journey. -We have documented the different deployment models in the [Kerberos Agent GitHub repository](ttps://github.com/kerberos-io/agent/tree/master/deployments). There you'll learn and find how to deploy using: +We have documented the different deployment models in the [Kerberos Agent GitHub repository](https://github.com/kerberos-io/agent/tree/master/deployments). There you'll learn and find how to deploy using: - [Docker](https://github.com/kerberos-io/agent/tree/master/deployments#1-docker) - [Docker Compose](https://github.com/kerberos-io/agent/tree/master/deployments#2-docker-compose)