Skip to content

Commit

Permalink
chore: replaced broken gitbook link with github link
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jul 7, 2022
1 parent d28e9c9 commit eeb0d62
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 11 deletions.
4 changes: 3 additions & 1 deletion core/src/plugins/kubernetes/local-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 4 additions & 2 deletions docs/reference/module-types/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 |
| -------- | -------- |
Expand Down
6 changes: 4 additions & 2 deletions docs/reference/module-types/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 |
| -------- | -------- |
Expand Down
6 changes: 4 additions & 2 deletions docs/reference/module-types/jib-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 |
| -------- | -------- |
Expand Down
6 changes: 4 additions & 2 deletions docs/reference/module-types/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 |
| -------- | -------- |
Expand Down
6 changes: 4 additions & 2 deletions docs/reference/module-types/maven-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 |
| -------- | -------- |
Expand Down

0 comments on commit eeb0d62

Please sign in to comment.