summaryrefslogtreecommitdiff
path: root/LibreEdit/ContentView.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-12-30 22:53:55 -0600
committerChristian Cleberg <[email protected]>2025-12-30 22:53:55 -0600
commitf107189317b50a3858d8e1476593e2856d37fc07 (patch)
treedf6d4a48c08a1c3f5b72387d788244ead3fd8740 /LibreEdit/ContentView.swift
parentcf5a78ac701716ffa41a770ab1645d9c4adf9487 (diff)
downloadlibre-edit-f107189317b50a3858d8e1476593e2856d37fc07.tar.gz
libre-edit-f107189317b50a3858d8e1476593e2856d37fc07.tar.bz2
libre-edit-f107189317b50a3858d8e1476593e2856d37fc07.zip
update from sourcehut to cgit
Diffstat (limited to 'LibreEdit/ContentView.swift')
-rw-r--r--LibreEdit/ContentView.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibreEdit/ContentView.swift b/LibreEdit/ContentView.swift
index 8bc0f79..178f0bd 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://git.sr.ht/~cxc/LibreEdit) to view the source code.")
+ Text("Visit the [GitHub Repository](https://git.cleberg.net/libre-edit.git) to view the source code.")
Text("")
- Text("This project was developed under the [GNU GPL v3 license](https://git.sr.ht/~cxc/LibreEdit/LICENSE).")
+ Text("This project was developed under the [GNU GPL v3 license](https://git.cleberg.net/libre-edit.git/tree/LICENSE).")
Spacer()
}
.padding()