Skip to content

Commit ad8b224

Browse files
Merge pull request #939 from artemislena/fix-docs-badges
Fix broken badge image links in docs
2 parents 780c149 + 3f3af27 commit ad8b224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ ntfy lets you **send push notifications to your phone or desktop via scripts fro
33
or POST requests. I use it to notify myself when scripts fail, or long-running commands complete.
44

55
## Step 1: Get the app
6-
<a href="https://play.google.com/store/apps/details?id=io.heckel.ntfy"><img src="../../static/img/badge-googleplay.png"></a>
7-
<a href="https://f-droid.org/en/packages/io.heckel.ntfy/"><img src="../../static/img/badge-fdroid.png"></a>
8-
<a href="https://apps.apple.com/us/app/ntfy/id1625396347"><img src="../../static/img/badge-appstore.png"></a>
6+
<a href="https://play.google.com/store/apps/details?id=io.heckel.ntfy"><img src="static/img/badge-googleplay.png"></a>
7+
<a href="https://f-droid.org/en/packages/io.heckel.ntfy/"><img src="static/img/badge-fdroid.png"></a>
8+
<a href="https://apps.apple.com/us/app/ntfy/id1625396347"><img src="static/img/badge-appstore.png"></a>
99

1010
To [receive notifications on your phone](subscribe/phone.md), install the app, either via Google Play or F-Droid.
1111
Once installed, open it and subscribe to a topic of your choosing. Topics don't have to explicitly be created, so just

0 commit comments

Comments
 (0)