From 8fadc2d31412144d02278c9d71d9feac59f5308f Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Mon, 25 Mar 2019 09:27:52 -0500 Subject: [PATCH] Update website/source/docs/guides/connect-envoy.md Co-Authored-By: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> --- website/source/docs/guides/connect-envoy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/guides/connect-envoy.md b/website/source/docs/guides/connect-envoy.md index a60c048be9..40d2d7d85a 100644 --- a/website/source/docs/guides/connect-envoy.md +++ b/website/source/docs/guides/connect-envoy.md @@ -9,7 +9,7 @@ description: |- # Using Connect with Envoy Proxy Consul Connect has first class support for using -[Envoy](https://www.envoyproxy.io) as a proxy. This guide will describe how to setup a development-mode Consul server and two services that use +[Envoy](https://www.envoyproxy.io/) as a proxy. This guide will describe how to setup a development-mode Consul server and two services that use Envoy proxies on a single machine with [Docker](https://www.docker.com/). The aim of this guide is to demonstrate a minimal working setup and the moving parts involved, it is not intended for production deployments. @@ -248,4 +248,4 @@ reference documentation](/docs/connect/proxies/envoy.html). To see how to get Consul Connect working in different environments like Kubernetes see the [Connect Getting -Started](/docs/connect/index.html#getting-started-with-connect) overview. \ No newline at end of file +Started](/docs/connect/index.html#getting-started-with-connect) overview.