aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:19 -0500
committerChristian Cleberg <hello@cleberg.net>2025-08-02 11:08:19 -0500
commit588c2f40dd2c30fda6da876f2572f5c6d20bcba5 (patch)
tree65be5dd48be83380ca5a23c23f1d59ddf6313767
parentae1fc59c0626512fac4cb3bf479d826c90c7096b (diff)
downloadlibre-edit-588c2f40dd2c30fda6da876f2572f5c6d20bcba5.tar.gz
libre-edit-588c2f40dd2c30fda6da876f2572f5c6d20bcba5.tar.bz2
libre-edit-588c2f40dd2c30fda6da876f2572f5c6d20bcba5.zip
fix: update git linksHEADmain
-rw-r--r--LibreEdit/ContentView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibreEdit/ContentView.swift b/LibreEdit/ContentView.swift
index 6ea6f84..8bc0f79 100644
--- a/LibreEdit/ContentView.swift
+++ b/LibreEdit/ContentView.swift
@@ -85,9 +85,9 @@ struct ContentView: View {
Text("")
Text("LibreEdit is a free and open source text editor for iOS built by [Christian Cleberg](https://cmc.pub).")
Text("")
- Text("Visit the [GitHub Repository](https://github.com/ccleberg/ios-edit) to view the source code.")
+ Text("Visit the [GitHub Repository](https://git.sr.ht/~cxc/LibreEdit) to view the source code.")
Text("")
- Text("This project was developed under the [GNU GPL v3 license](https://github.com/ccleberg/ios-edit/LICENSE).")
+ Text("This project was developed under the [GNU GPL v3 license](https://git.sr.ht/~cxc/LibreEdit/LICENSE).")
Spacer()
}
.padding()