mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-03-25 08:55:50 +00:00
Update example links
This commit is contained in:
parent
f86f4ef25b
commit
b6cd03192c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import SwiftUI
|
|||
struct GithubButton: View {
|
||||
var localPath: LocalPath
|
||||
|
||||
let baseURL = URL(string: "https://github.com/movingparts-io/Pow-Examples/blob/main/")!
|
||||
let baseURL = URL(string: "https://github.com/EmergeTools/Pow/blob/main/Example/")!
|
||||
|
||||
init(_ localPath: LocalPath) {
|
||||
self.localPath = localPath
|
||||
|
|
|
|||
Loading…
Reference in a new issue