Skip to content

Commit

Permalink
Merge pull request #733 from garden-io/gitbook-quick-fix
Browse files Browse the repository at this point in the history
docs: link to Github for K8s  docs because Gitbook link is broken
  • Loading branch information
eysi09 authored Apr 24, 2019
2 parents b4644c7 + ae424a0 commit 4552fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/module-types/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion garden-service/src/plugins/container/container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 4552fba

Please sign in to comment.