From ae424a0b2673daa7f6d0075f053b651a42ea7150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BE=C3=B3r=20Magn=C3=BAsson?= Date: Wed, 24 Apr 2019 17:09:44 +0200 Subject: [PATCH] docs: link to Github for K8s docs because Gitbook link is broken The link should be generated by Gitbook but for some reason is not. As a result, the check-docs script always fails in CI. We've already contacted Gitbook support but still waiting for a reply. --- docs/reference/module-types/container.md | 2 +- garden-service/src/plugins/container/container.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/module-types/container.md b/docs/reference/module-types/container.md index 0d8b8945c1..2064c9c375 100644 --- a/docs/reference/module-types/container.md +++ b/docs/reference/module-types/container.md @@ -6,7 +6,7 @@ You may also optionally specify services to deploy, tasks or tests to run inside Note that the runtime services have somewhat limited features in this module type. For example, you cannot specify replicas for redundancy, and various platform-specific options are not included. For those, look at other module types like [helm](https://docs.garden.io/reference/module-types/helm) or -[kubernetes](https://docs.garden.io/reference/module-types/kubernetes). +[kubernetes](https://github.com/garden-io/garden/blob/master/docs/reference/module-types/kubernetes.md). Below is the schema reference. For an introduction to configuring Garden modules, please look at our [Configuration guide](../../using-garden/configuration-files.md). diff --git a/garden-service/src/plugins/container/container.ts b/garden-service/src/plugins/container/container.ts index 29edd85bb5..7bcd3ec33f 100644 --- a/garden-service/src/plugins/container/container.ts +++ b/garden-service/src/plugins/container/container.ts @@ -172,7 +172,7 @@ async function describeType() { Note that the runtime services have somewhat limited features in this module type. For example, you cannot specify replicas for redundancy, and various platform-specific options are not included. For those, look at other module types like [helm](https://docs.garden.io/reference/module-types/helm) or - [kubernetes](https://docs.garden.io/reference/module-types/kubernetes). + [kubernetes](https://github.com/garden-io/garden/blob/master/docs/reference/module-types/kubernetes.md). `, schema: containerModuleSpecSchema, }