Skip to content

Commit 4c858fd

Browse files
authored
Merge pull request #218 from Obmondo/fix/readme-image-paths
docs: use absolute image URLs in README so they render on the kubeaid.io docs site
2 parents 8da8414 + 81215c2 commit 4c858fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<div align="center">
44

55
<picture>
6-
<source media="(prefers-color-scheme: dark)" srcset="./docs/images/kubeaid-logo-dark.svg">
7-
<img alt="KubeAid" src="./docs/images/kubeaid-logo.svg" width="380">
6+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Obmondo/KubeAid/master/docs/images/kubeaid-logo-dark.svg">
7+
<img alt="KubeAid" src="https://raw.githubusercontent.com/Obmondo/KubeAid/master/docs/images/kubeaid-logo.svg" width="380">
88
</picture>
99

1010
*Open-source Kubernetes platform: install and operate clusters the same way everywhere —*
@@ -90,11 +90,11 @@ once to bootstrap: it writes your initial config, provisions the cluster, and pi
9090

9191
<!-- markdownlint-disable MD033 -->
9292
<picture>
93-
<source media="(prefers-color-scheme: dark)" srcset="./docs/images/kubeaid-architecture-dark.svg">
93+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/Obmondo/KubeAid/master/docs/images/kubeaid-architecture-dark.svg">
9494
<img alt="KubeAid architecture diagram: the operator pushes to kubeaid-config; Argo CD in the cluster pulls charts
9595
from the KubeAid repo and values from kubeaid-config, applying the platform stack and your applications; the
9696
KubeAid CLI runs once to bootstrap and pivot Cluster API into the cluster"
97-
src="./docs/images/kubeaid-architecture.svg">
97+
src="https://raw.githubusercontent.com/Obmondo/KubeAid/master/docs/images/kubeaid-architecture.svg">
9898
</picture>
9999
<!-- markdownlint-enable MD033 -->
100100

0 commit comments

Comments
 (0)