Skip to content

Commit dd935e2

Browse files
puneetgaredGearheads
authored andcommitted
docs: fixing broken docs links
1 parent 1f0ccaf commit dd935e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/proposals/20200607-initial-design.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ There are 2 logical parts to a "host" plugin:
6363
* Discover - this will use the users credentials to discover clusters. For example, this might be using the AWS SDK to query for EKS clusters.
6464
* Generate - this will be used when the kubeconfig file is generated. It will also be the place where any additional files will be written (e.g. AWS config file)
6565

66-
!["highlevel"](./artefacts/hl.png)
66+
!["highlevel"](../artefacts/hl.png)
6767

6868
The sequence diagram for connecting to a cluster using kconnect is:
6969

70-
!["sequence diagram"](./artefacts/sequence.png)
70+
!["sequence diagram"](../artefacts/sequence.png)
7171
[Original source](./artefacts/sequence.plantuml)
7272

7373
### User Stories

0 commit comments

Comments
 (0)