Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 4f5f2f8

Browse files
authored
docs: fix image tag src attribute to full URL path
1 parent 9c181d5 commit 4f5f2f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ The inspiration for the design of the "Macish" cards comes from the amazing [car
1111
Carbon:
1212

1313
<div align="center">
14-
<img src="static/screenshot-carbon.png" alt="Syntax highlighting code block as Carbon card" width="90%">
14+
<img src="https://raw.githubusercontent.com/deckgo/gatsby-remark-highlight-code/master/static/screenshot-carbon.png" alt="Syntax highlighting code block as Carbon card" width="90%">
1515
</div>
1616

1717
Ubuntu:
1818

1919
<div align="center">
20-
<img src="static/screenshot-ubuntu.png" alt="Syntax highlighting code block as Ubuntu card" width="95%">
20+
<img src="https://raw.githubusercontent.com/deckgo/gatsby-remark-highlight-code/master/static/screenshot-ubuntu.png" alt="Syntax highlighting code block as Ubuntu card" width="95%">
2121
</div>
2222

2323
None:
2424

2525
<div align="center">
26-
<img src="static/screenshot-none.png" alt="Syntax highlighting code block" width="95%">
26+
<img src="https://raw.githubusercontent.com/deckgo/gatsby-remark-highlight-code/master/static/screenshot-none.png" alt="Syntax highlighting code block" width="95%">
2727
</div>
2828

2929
## Table of contents

0 commit comments

Comments
 (0)