From 13426569d146b1af9838fb038d1820f5dc354807 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Tue, 1 Oct 2019 18:29:11 +0200 Subject: [PATCH] Fix dead link to self-hosting dir Observed issue from page: https://docs.openfaas.com/openfaas-cloud/user-guide/ Link "OpenFaaS Cloud: Self-hosted" is broken : https://docs.openfaas.com/openfaas-cloud/ URL is showing a 404 Error Then an index page could be added in self-hosting dir or generated by build tool. Change-Id: Ia9f2206afdd1eaa1d928f55456e80f14a2f10b9f Forwarded: https://github.com/openfaas/docs/pull/177 Signed-off-by: Philippe Coval --- docs/openfaas-cloud/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openfaas-cloud/user-guide.md b/docs/openfaas-cloud/user-guide.md index 6c10508a..d80be5d0 100644 --- a/docs/openfaas-cloud/user-guide.md +++ b/docs/openfaas-cloud/user-guide.md @@ -2,7 +2,7 @@ This guide applies to: -* [OpenFaaS Cloud: Self-hosted](/openfaas-cloud/) +* [OpenFaaS Cloud: Self-hosted](/openfaas-cloud/self-hosted/) * [OpenFaaS Cloud: The Community Cluster](/openfaas-cloud/community-cluster/) ## The guide