Skip to content

Commit 0b145dc

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Weather Widget/README.md

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

10-
<!-- ![weather widget](../.src/weather/weather_showcase_s.png) -->
10+
<!-- ![weather widget](https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/weather/weather_showcase_s.png) -->
1111

12-
<img width="60%" src="../.src/weather/weather_showcase_s.png">
12+
<img width="60%" src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/weather/weather_showcase_s.png">
1313

1414

1515
A clean and elegant iOS weather widget built with [Scriptable](https://scriptable.app), fetching real-time data from the **OpenWeather API**. The widget adapts layout and font size based on weather conditions and city names for improved readability.
@@ -113,7 +113,7 @@ widget.refreshAfterDate = new Date(Date.now() + 30 * 60 * 1000);
113113

114114
## 📸 Screenshots
115115

116-
| <img src="../.src/weather/weather_s_1.png" width="160"/> | <img src="../.src/weather/weather_s_2.png" width="160"/> |
116+
| <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/weather/weather_s_1.png" width="160"/> | <img src="https://raw.githubusercontent.com/rushhiii/Scriptable-IOSWidgets/main/.src/weather/weather_s_2.png" width="160"/> |
117117
|:--:|:--:|
118118

119119
> NOTE: The the values may differ bassed on your current location, the above are just some examples

0 commit comments

Comments
 (0)