Skip to content

Commit 9d2c327

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

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Schedule Widget/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- ![schedule-widget](https://user-images.githubusercontent.com/your-image-here.png) -->
1111

12-
![Schedule Widget](../.src/schedule/schedule_showcase.png)
12+
![Schedule Widget](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_showcase.png)
1313

1414
A powerful iOS widget built with **Scriptable** that displays your university or high school class schedule directly from a public Google Sheet.
1515

@@ -133,23 +133,23 @@ Feel free to modify these for your aesthetic preference.
133133

134134
> _Small Widget_
135135
136-
<!-- | <img src="../.src/schedule/schedule_s.png" width="160"/> | <img src="../.src/schedule/schedule_s_1.png" width="160"/> |
136+
<!-- | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_s.png" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_s_1.png" width="160"/> |
137137
|:--:|:--:| -->
138-
<img src="../.src/schedule/schedule_s.png" width="160"/> <img src="../.src/schedule/schedule_s_1.png" width="160"/>
138+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_s.png" width="160"/> <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_s_1.png" width="160"/>
139139

140140
> _Medium Widget_
141141
<!--
142-
| <img src="../.src/schedule/schedule_m.png" width="260"/> |
142+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_m.png" width="260"/> |
143143
|:--:| -->
144144

145-
<img src="../.src/schedule/schedule_m.png" width="360"/>
145+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_m.png" width="360"/>
146146

147147
> _large Widget_
148148
149-
<!-- | <img src="../.src/schedule/schedule_l.png" width="360"/> | <img src="../.src/schedule/schedule_l_1.png" width="360"/> |
149+
<!-- | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_l.png" width="360"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_l_1.png" width="360"/> |
150150
|:--:|:--:| -->
151151

152-
<img src="../.src/schedule/schedule_l.png" width="360"/> <img src="../.src/schedule/schedule_l_1.png" width="360"/>
152+
<img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_l.png" width="360"/> <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/schedule/schedule_l_1.png" width="360"/>
153153

154154

155155

0 commit comments

Comments
 (0)