Skip to content

Commit 26f4e58

Browse files
committed
Convert relative links to raw GitHub links [automated]
1 parent 8418469 commit 26f4e58

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Countdown Widget/README.md

Lines changed: 8 additions & 8 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-
![countdown widget](../.src/countdown/countdow_showcase.png)
10+
![countdown widget](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdow_showcase.png)
1111

1212
A lightweight and customizable countdown widget built using the [Scriptable app](https://scriptable.app), powered by Google Sheets. It helps you track upcoming events like birthdays, anniversaries, or deadlines—right from your iOS home screen.
1313

@@ -149,7 +149,7 @@ Use the following options when editing the widget:
149149

150150
> _Here's a Screenshot of widget's config panal_
151151
152-
<img height="auto" width="500px" src="../.src/countdown/countdown_config_panal.PNG" alt="countdown_config_panal.png">
152+
<img height="auto" width="500px" src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_config_panal.PNG" alt="countdown_config_panal.png">
153153

154154
<br/>
155155
<div id="note"></div>
@@ -203,31 +203,31 @@ Use the following options when editing the widget:
203203

204204
<!--
205205
206-
| ![](../src/countdown/countdown_s.png) | ![](../src/countdown/countdown_age_s.PNG) | ![](../src/countdown//countdown_bday_s.PNG) |
206+
| ![](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/src/countdown/countdown_s.png) | ![](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/src/countdown/countdown_age_s.PNG) | ![](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/src/countdown//countdown_bday_s.PNG) |
207207
|:--:|:--:|:--:|
208208
| Countdown | Age Display | On Birthday |
209209
210-
| ![](../src/countdown/countdown_m.PNG) | ![](../src/countdown//countdown_col_m.PNG) | ![](../src/countdown//countdown_l.PNG) |
210+
| ![](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/src/countdown/countdown_m.PNG) | ![](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/src/countdown//countdown_col_m.PNG) | ![](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/src/countdown//countdown_l.PNG) |
211211
|:--:|:--:|:--:|
212212
| Medium Widget | Color View | Large View |
213213
214214
-->
215215

216216
> _Small Widgets_
217217
218-
| <img src="../.src/countdown/countdown_s.PNG" width="160"/> | <img src="../.src/countdown/countdown_age_s.PNG" width="160"/> |
218+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_s.PNG" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_age_s.PNG" width="160"/> |
219219
|:--:|:--:|
220-
| <img src="../.src/countdown/countdown_bday_s.PNG" width="160"/> | <img src="../.src/countdown/countdown_1_s.PNG" width="160"/> |
220+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_bday_s.PNG" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_1_s.PNG" width="160"/> |
221221

222222
> _Medium Widgets_
223223
224-
| <img src="../.src/countdown/countdown_m.PNG" width="260"/> | <img src="../.src/countdown/countdown_col_m.PNG" width="260"/> |
224+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_m.PNG" width="260"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_col_m.PNG" width="260"/> |
225225
|:--:|:--:|
226226

227227

228228
> _Large Widgets_
229229
230-
| <img src="../.src/countdown/countdown_l.PNG" width="360"/> | <img src="../.src/countdown/countdown_col_l.png" width="360"/> |
230+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_l.PNG" width="360"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/countdown/countdown_col_l.png" width="360"/> |
231231
|:--:|:--:|
232232

233233

0 commit comments

Comments
 (0)