diff --git a/Example/Pow Example/GithubButton.swift b/Example/Pow Example/GithubButton.swift index 7e46c00..26de6c7 100644 --- a/Example/Pow Example/GithubButton.swift +++ b/Example/Pow Example/GithubButton.swift @@ -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