Skip to content

Commit 26e59d3

Browse files
authored
Try to fix site link (#3104)
The relative path worked fine in markdown, but not on the site
1 parent 1355dab commit 26e59d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/guides/rationale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kpt builds on our learnings from [Kustomize](https://kubernetes-sigs.github.io/k
2525
kpt also extends its capabilities in areas that are [out of scope](https://github.com/kubernetes/design-proposals-archive/blob/main/architecture/scope.md#examples-of-projects-and-areas-not-in-scope), notably packaging, and provides a [package orchestration service](../../docs/design-docs/07-package-orchestration.md) in addition to a client-side CLI.
2626

2727
kpt enables WYSIWYG management of configuration similar to how the live state can be modified with traditional imperative tools, thus eliminating this dichotomy:
28-
<img src="../../docs/design-docs/CaD%20Overview.svg">
28+
<img src="https://raw.githubusercontent.com/GoogleContainerTools/kpt/main/docs/design-docs/CaD%20Overview.svg">
2929

3030
Configuration as Data is a novel approach that doesn’t sacrifice usability or the potential for higher-level automation in order to enable reproducibility. Instead, it supports an interoperable, WYSIWYG, automatable configuration authoring and editing experience.
3131

0 commit comments

Comments
 (0)