From 909739039b535535d35390a0a3d20f0825709c10 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Wed, 24 Aug 2022 15:53:55 +0200 Subject: [PATCH] Fix internal links --- fast/stages/03-gke-multitenant/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fast/stages/03-gke-multitenant/README.md b/fast/stages/03-gke-multitenant/README.md index 1974f9a7..25c88ac9 100644 --- a/fast/stages/03-gke-multitenant/README.md +++ b/fast/stages/03-gke-multitenant/README.md @@ -4,7 +4,6 @@ This directory contains a stage that can be used to centralize management of GKE The Terraform code follows the same general approach used for the [project factory](../03-project-factory/) and [data platform](../03-data-platform/) stages, where a "fat module" contains the stage code and is used by thin code wrappers that localize it for each environment or specialized configuration: -- the [`dev` folder](./dev/) contains an example setup for a generic development environment, and can be used as-is or cloned to implement other environments, or more specialized setups -- the [`_module` folder](./_module) implements the actual stage code +The [`dev` folder](./dev/) contains an example setup for a generic development environment, and can be used as-is or cloned to implement other environments, or more specialized setups -Refer to [the `dev` documentation](./dev/README.md) configuration details, and to [the `_module` documentation](./_module/README.md) for the architectural design and decisions taken. +Refer to [the `dev` documentation](./dev/README.md) configuration details, and to [the `gke-serverless` documentation](../../../examples/gke-serverless/multitenant-fleet) for the architectural design and decisions taken.