Skip to content

Commit 8513c11

Browse files
committed
Readme updates - fix images
Change-type: patch Signed-off-by: Chris Crocker-White <[email protected]>
1 parent eb9079b commit 8513c11

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![balenaDash](https://www.balena.io/blog/content/images/2019/03/balenaDash_logo.png)
1+
![balenaDash](https://raw.githubusercontent.com/balenalabs/balena-dash/master/assets/balenaDash_logo.png)
22

33
Try our simple [balenaCloud](https://www.balena.io/cloud) starter project to set up a Raspberry Pi and LCD or monitor to display any webpage or web-based dashboard. We’re creatively calling it balenaDash! Follow along with our guide to get up and running in under 30 minutes.
44

@@ -43,7 +43,7 @@ The list of items you’ll need is also included below:
4343
- Power supply
4444
- Case (optional)
4545

46-
![](https://www.balena.io/blog/content/images/2018/11/image17.jpg)
46+
![](https://raw.githubusercontent.com/balenalabs/balena-dash/master/assets/hardware.jpg)
4747

4848
## Setup and configuration
4949

assets/balenaDash_logo.png

36.9 KB
Loading

assets/hardware.jpg

162 KB
Loading

logo.png assets/logo.png

File renamed without changes.

balena.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assets:
1212
logo:
1313
type: blob.asset
1414
data:
15-
url: 'https://raw.githubusercontent.com/balenalabs/balena-dash/master/logo.png'
15+
url: 'https://raw.githubusercontent.com/balenalabs/balena-dash/master/assets/logo.png'
1616
data:
1717
applicationConfigVariables:
1818
- BALENA_HOST_CONFIG_gpu_mem: 128

0 commit comments

Comments
 (0)