From b6cd03192cd0ab37d2394ab80a9b642e65ef7c0b Mon Sep 17 00:00:00 2001 From: Noah Martin Date: Thu, 30 Nov 2023 12:09:29 -0300 Subject: [PATCH] Update example links --- Example/Pow Example/GithubButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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