From afc640c1399d6a739d52fe2d2478ed85d1ec0866 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 12 Jul 2021 08:49:23 +0000 Subject: [PATCH] Fix typo in docs Signed-off-by: Solomon Hykes --- docs/introduction/what_is.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/what_is.md b/docs/introduction/what_is.md index 48efc6f7..f3447210 100644 --- a/docs/introduction/what_is.md +++ b/docs/introduction/what_is.md @@ -22,7 +22,7 @@ Key features: * Trivially load and integrate any JSON and YAML configurations, with schema validation, templating, and more * A growing catalog of ready-to-use integrations: Kubernetes, Terraform, AWS Cloudformation, Google Cloud Run, Docker Compose, Netlify, Yarn, Maven, and more * First-class composition: compose the nodes in your graph just like you would functions in regular code - with all the benefits of a declarative language. -* Develop your own integrations in minutes, with a powerful pipeline API powered by [https://github.com/moby/buildkit]. Run containers, fetch data sources, generate artifacts on-demand, securely load secrets, and more. +* Develop your own integrations in minutes, with a powerful pipeline API powered by [https://github.com/moby/buildkit](Buildkit). Run containers, fetch data sources, generate artifacts on-demand, securely load secrets, and more. * Built-in support for encrypted secrets. * Built-in support for just-in-time artifacts. * Gitops-ready.