From 876a7cbef9ca3994ad9b8cc59afada9cbf058088 Mon Sep 17 00:00:00 2001 From: dcallao Date: Fri, 6 Sep 2019 14:18:59 -0700 Subject: [PATCH] fixed broken links on consul program page (#6463) --- website/source/docs/partnerships/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/partnerships/index.html.md b/website/source/docs/partnerships/index.html.md index e7f73254f..9f9105091 100644 --- a/website/source/docs/partnerships/index.html.md +++ b/website/source/docs/partnerships/index.html.md @@ -56,7 +56,7 @@ Here are links to resources, documentation, examples and best practices to guide * [How to Integrate a Sidecar Proxy Documentation](https://www.consul.io/docs/connect/proxies/integrate.html) * [Example of Envoy Integration](https://www.consul.io/docs/connect/proxies/envoy.html) -* [Consul’s source code](https://github.com/hashicorp/consul/blob/master/INTERNALS.md) +* [Consul’s source code](https://github.com/hashicorp/consul) **Firewall** @@ -101,7 +101,7 @@ Here are links to resources, documentation, examples and best practices to guide **Information Technology Service Management (ITSM)** -* [Consul Service Registry](https://learn.hashicorp.com/consul/getting-started/servicesx) +* [Consul Service Registry](https://learn.hashicorp.com/consul/getting-started/services) * [DNS Query Interface](https://learn.hashicorp.com/consul/getting-started/services#querying-services) * [HTTP API with Edge Triggers](https://learn.hashicorp.com/consul/getting-started/services#http-api)