Skip to content

Commit 7507b06

Browse files
committed
Convert relative links to raw GitHub links [automated]
1 parent 794612c commit 7507b06

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Quote Widget/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![Status](https://img.shields.io/badge/Status-Stable-brightgreen)
88
![Last Updated](https://img.shields.io/badge/Updated-June%202025-yellow)
99

10-
![MyQuote Showcase](../.src/quotes/quote_showcase.png)
10+
![MyQuote Showcase](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_showcase.png)
1111

1212

1313

@@ -133,19 +133,19 @@ The **order doesn't matter**. Examples:
133133

134134
> _Small Widgets_
135135
136-
| <img src="../.src/quotes/quote_s.png" width="160"/> | <img src="../.src/quotes/quote_s_1.png" width="160"/> |
136+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_s.png" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_s_1.png" width="160"/> |
137137
|:--:|:--:|
138-
| <img src="../.src/quotes/quote_s_2.png" width="160"/> | <img src="../.src/quotes/quote_s_3.png" width="160"/> |
138+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_s_2.png" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_s_3.png" width="160"/> |
139139

140140
> _Medium Widgets_
141141
142-
| <img src="../.src/quotes/quote_m_1.png" width="260"/> | <img src="../.src/quotes/quote_m_2.png" width="260"/> |
142+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_m_1.png" width="260"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_m_2.png" width="260"/> |
143143
|:--:|:--:|
144-
| <img src="../.src/quotes/quote_m_3.png" width="260"/> | <img src="../.src/quotes/quote_m_4.png" width="260"/> |
144+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_m_3.png" width="260"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_m_4.png" width="260"/> |
145145

146146
> _Large Widgets_
147147
148-
| <img src="../.src/quotes/quote_l_1.png" width="360"/> | <img src="../.src/quotes/quote_l_2.png" width="360"/> |
148+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_l_1.png" width="360"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/quotes/quote_l_2.png" width="360"/> |
149149
|:--:|:--:|
150150

151151

0 commit comments

Comments
 (0)