From 44654cbf4051c7d073819c2a1bde190ab4ac3443 Mon Sep 17 00:00:00 2001 From: noahsmartin Date: Thu, 30 Nov 2023 12:11:17 -0300 Subject: [PATCH] Update example links (#41) --- 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