Skip to content

Commit a41bedd

Browse files
committed
Convert relative links to raw GitHub links [automated]
1 parent 9d2c327 commit a41bedd

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

TimeProgress Widget/README.md

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

9-
<!-- ![Modular Time Progress](../.src/timeprogress/timeprogress_showcase.png) -->
9+
<!-- ![Modular Time Progress](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_showcase.png) -->
1010

11-
![Modular Time Progress](https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.src/timeprogress/timeprogress_showcase.png?raw=true)
11+
![Modular Time Progress](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_showcase.png)
1212

1313
Visualize your day, week, month, year, and more — all in one modular and minimalist design Scriptable widget.
1414

@@ -47,17 +47,17 @@ Visualize your day, week, month, year, and more — all in one modular and minim
4747

4848
<!--
4949
50-
| <img src="../.src/timeprogress/timeprogress_s_1.png" width="160"/> | <img src="../.src/timeprogress/timeprogress_s_2.png" width="160"/> |
50+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_1.png" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_2.png" width="160"/> |
5151
|:--:|:--:|
52-
| <img src="../.src/timeprogress/timeprogress_s_3.png" width="160"/> | <img src="../.src/timeprogress/timeprogress_s_4.png" width="160"/> |
53-
| <img src="../.src/timeprogress/timeprogress_s_5.png" width="160"/> | <img src="../.src/timeprogress/timeprogress_s_6.png" width="160"/> |
52+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_3.png" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_4.png" width="160"/> |
53+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_5.png" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_6.png" width="160"/> |
5454
5555
56-
| <img src="../.src/timeprogress/timeprogress_m_1.png" width="260"/> | <img src="../.src/timeprogress/timeprogress_m_2.png" width="260"/> |
56+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_m_1.png" width="260"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_m_2.png" width="260"/> |
5757
|:--:|:--:|
5858
5959
60-
| <img src="../.src/timeprogress/timeprogress_l.png" width="360"/> |
60+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_l.png" width="360"/> |
6161
|:--:| -->
6262

6363

@@ -66,42 +66,42 @@ Visualize your day, week, month, year, and more — all in one modular and minim
6666

6767
Displays progress through the current day as a circular progress ring.
6868

69-
<img src="../.src/timeprogress/timeprogress_s_7.png" width="160"/>
69+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_7.png" width="160"/>
7070

7171
### Month Progress (`month`)
7272

7373
Dot grid showing how far you are into the current month.
7474

7575
<!-- ![Month Preview](images/timeProgress/month.png) -->
76-
<img src="../.src/timeprogress/timeprogress_s_2.png" width="160"/>
76+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_2.png" width="160"/>
7777

7878
### Year Progress (`year`)
7979

8080
Circular ring showing yearly progress with days passed.
8181

8282
<!-- ![Year Preview](images/timeProgress/year.png) -->
83-
<img src="../.src/timeprogress/timeprogress_s_1.png" height="120"/> <img src="../.src/timeprogress/timeprogress_m_1.png" width="260"/><br>
84-
<img src="../.src/timeprogress/timeprogress_l.png" width="360"/>
83+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_1.png" height="120"/> <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_m_1.png" width="260"/><br>
84+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_l.png" width="360"/>
8585

8686
### Week Progress (`week`)
8787

8888
Displays how far you are through the current week.
8989

9090
<!-- ![Week Ring](images/timeProgress/week-ring.png) -->
91-
<img src="../.src/timeprogress/timeprogress_s_5.png" width="160"/>
91+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_5.png" width="160"/>
9292

9393
### Week Number Dot View (`weeknum`)
9494

9595
Circular ring showing yearly progress with weeks passed.
9696

97-
<img src="../.src/timeprogress/timeprogress_s_4.png" width="160"/>
97+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_4.png" width="160"/>
9898

9999
### Week Number Dot View (`weeknumdot`)
100100

101101
Dot grid marking each week of the year.
102102

103103
<!-- ![Week Dot](images/timeProgress/week-dots.png) -->
104-
<img src="../.src/timeprogress/timeprogress_s_3.png" width="160"/>
104+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_3.png" width="160"/>
105105

106106
### Default Mode (`default`)
107107

@@ -113,7 +113,7 @@ Stacked bars showing:
113113
* This Year
114114

115115
<!-- ![Default Preview](images/timeProgress/default.png) -->
116-
<img src="../.src/timeprogress/timeprogress_m_2.png" height="150"/> <img src="../.src/timeprogress/timeprogress_s_6.png" height="150"/>
116+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_m_2.png" height="150"/> <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/timeprogress/timeprogress_s_6.png" height="150"/>
117117

118118

119119

0 commit comments

Comments
 (0)