This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch pod_scraper in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 05ba390b9c5a23f9159b3ee9175672a6979ee326 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 25 15:02:28 2018 +0200 Dead link in Developer's guide "runtime" --- docs/developers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers.adoc b/docs/developers.adoc index 24affc4..4c45453 100644 --- a/docs/developers.adoc +++ b/docs/developers.adoc @@ -4,7 +4,7 @@ Developer's Guide We love contributions! -The project is written in https://golang.org/[go] and contains some parts written in Java for the [integration runtime](/runtime). +The project is written in https://golang.org/[go] and contains some parts written in Java for the [integration runtime](../runtime). Camel K is built on top of Kubernetes through *Custom Resource Definitions*. The https://github.com/operator-framework/operator-sdk[Operator SDK] is used to manage the lifecycle of those custom resources.