Update example links

This commit is contained in:
Noah Martin 2023-11-30 12:09:29 -03:00
parent f86f4ef25b
commit b6cd03192c

View file

@ -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