Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 71f4924

Browse files
authored
Update updater links
1 parent 9fce03c commit 71f4924

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ProStore app source URL: https://prostore-ios.github.io/apps.json
1313

1414
## Install ProStore
1515

16-
- <a href="https://prostore.free.nf">**DIRECT INSTALL**</a><br><br>
16+
- <a href="https://prostore-ios.github.io/web/">**DIRECT INSTALL**</a><br><br>
1717
- <a href="https://ProStore-IOS.github.io/sourceRedirect.html?app=altstore">Add to AltStore</a>
1818
- <a href="https://ProStore-IOS.github.io/sourceRedirect.html?app=sidestore">Add to SideStore</a>
1919
- <a href="https://ProStore-IOS.github.io/sourceRedirect.html?app=esign">Add to ESign</a>

Sources/prostore/views/UpdaterView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import UserNotifications
44

55
struct UpdaterView: View {
66
var body: some View {
7-
UpdaterWebView(url: URL(string: "https://prostore.free.nf/update.html")!)
7+
UpdaterWebView(url: URL(string: "https://prostore-ios.github.io/web/updater.html")!)
88
.edgesIgnoringSafeArea(.all)
99
}
1010
}

0 commit comments

Comments
 (0)