diff --git a/core/src/plugins/kubernetes/local-mode.ts b/core/src/plugins/kubernetes/local-mode.ts index ebfa0c36e3..f43e84b3db 100644 --- a/core/src/plugins/kubernetes/local-mode.ts +++ b/core/src/plugins/kubernetes/local-mode.ts @@ -37,7 +37,9 @@ import { HelmService } from "./helm/config" import getPort = require("get-port") import touch = require("touch") -export const localModeGuideLink = "https://docs.garden.io/guides/running-service-in-local-mode.md" +// export const localModeGuideLink = "https://docs.garden.io/guides/running-service-in-local-mode.md" +export const localModeGuideLink = + "https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md" const localhost = "127.0.0.1" diff --git a/docs/reference/module-types/container.md b/docs/reference/module-types/container.md index 4bd054b246..df90cc6196 100644 --- a/docs/reference/module-types/container.md +++ b/docs/reference/module-types/container.md @@ -310,7 +310,9 @@ services: # # Health checks are disabled for services running in local mode. # - # See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. + # See the [Local Mode + # guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more + # information. localMode: # The working port of the local application. localPort: @@ -1407,7 +1409,7 @@ Local mode always takes the precedence over dev mode if there are any conflictin Health checks are disabled for services running in local mode. -See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. +See the [Local Mode guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more information. | Type | Required | | -------- | -------- | diff --git a/docs/reference/module-types/helm.md b/docs/reference/module-types/helm.md index ceec82838d..846479100d 100644 --- a/docs/reference/module-types/helm.md +++ b/docs/reference/module-types/helm.md @@ -260,7 +260,9 @@ devMode: # # Health checks are disabled for services running in local mode. # -# See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. +# See the [Local Mode +# guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more +# information. localMode: # The working port of the local application. localPort: @@ -1143,7 +1145,7 @@ Local mode always takes the precedence over dev mode if there are any conflictin Health checks are disabled for services running in local mode. -See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. +See the [Local Mode guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more information. | Type | Required | | -------- | -------- | diff --git a/docs/reference/module-types/jib-container.md b/docs/reference/module-types/jib-container.md index 90806cbb7d..7f2950cdd6 100644 --- a/docs/reference/module-types/jib-container.md +++ b/docs/reference/module-types/jib-container.md @@ -331,7 +331,9 @@ services: # # Health checks are disabled for services running in local mode. # - # See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. + # See the [Local Mode + # guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more + # information. localMode: # The working port of the local application. localPort: @@ -1478,7 +1480,7 @@ Local mode always takes the precedence over dev mode if there are any conflictin Health checks are disabled for services running in local mode. -See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. +See the [Local Mode guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more information. | Type | Required | | -------- | -------- | diff --git a/docs/reference/module-types/kubernetes.md b/docs/reference/module-types/kubernetes.md index 26b31a3ccb..aa55c5ad1b 100644 --- a/docs/reference/module-types/kubernetes.md +++ b/docs/reference/module-types/kubernetes.md @@ -246,7 +246,9 @@ devMode: # # Health checks are disabled for services running in local mode. # -# See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. +# See the [Local Mode +# guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more +# information. localMode: # The working port of the local application. localPort: @@ -1038,7 +1040,7 @@ Local mode always takes the precedence over dev mode if there are any conflictin Health checks are disabled for services running in local mode. -See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. +See the [Local Mode guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more information. | Type | Required | | -------- | -------- | diff --git a/docs/reference/module-types/maven-container.md b/docs/reference/module-types/maven-container.md index 517bca485b..ebc798937f 100644 --- a/docs/reference/module-types/maven-container.md +++ b/docs/reference/module-types/maven-container.md @@ -310,7 +310,9 @@ services: # # Health checks are disabled for services running in local mode. # - # See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. + # See the [Local Mode + # guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more + # information. localMode: # The working port of the local application. localPort: @@ -1417,7 +1419,7 @@ Local mode always takes the precedence over dev mode if there are any conflictin Health checks are disabled for services running in local mode. -See the [Local Mode guide](https://docs.garden.io/guides/running-service-in-local-mode.md) for more information. +See the [Local Mode guide](https://github.com/garden-io/garden/blob/master/docs/guides/running-service-in-local-mode.md) for more information. | Type | Required | | -------- | -------- |