From 813e79d248d6b459d76f6a8ea1cec6e8aecdceed Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Tue, 14 May 2019 14:53:39 -0400 Subject: [PATCH] Interlock link fixes (#8798) * Remove outdated links/fix links * Next steps link fix * Next steps link fixes --- ee/ucp/interlock/deploy/production.md | 2 +- ee/ucp/interlock/usage/index.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ee/ucp/interlock/deploy/production.md b/ee/ucp/interlock/deploy/production.md index 0a353b4e8c..61ebc16e20 100644 --- a/ee/ucp/interlock/deploy/production.md +++ b/ee/ucp/interlock/deploy/production.md @@ -128,4 +128,4 @@ to provide more bandwidth for the user services. ## Next steps - [Configure Interlock](../config/index.md) -- [Deploy applications](../usage.index.md) +- [Deploy applications](./index.md) diff --git a/ee/ucp/interlock/usage/index.md b/ee/ucp/interlock/usage/index.md index 0a488ccf26..ccdf7bcb33 100644 --- a/ee/ucp/interlock/usage/index.md +++ b/ee/ucp/interlock/usage/index.md @@ -151,13 +151,12 @@ able to start using the service from your browser. ## Next steps - [Publish a service as a canary instance](./canary.md) -- [Usie context or path-based routing](./context.md) +- [Use context or path-based routing](./context.md) - [Publish a default host service](./interlock-vip-mode.md) - [Specify a routing mode](./interlock-vip-mode.md) - [Use routing labels](./labels-reference.md) - [Implement redirects](./redirects.md) - [Implement a service cluster](./service-clusters.md) - [Implement persistent (sticky) sessions](./sessions.md) -- [Implement SSL](./ssl.md) - [Secure services with TLS](./tls.md) - [Configure websockets](./websockets.md)