Update example links (#41)

This commit is contained in:
noahsmartin 2023-11-30 12:11:17 -03:00 committed by GitHub
parent f86f4ef25b
commit 44654cbf40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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