commit 68e1aeb1214e7fcd11144d5cfd6f5a8ccf7ab2c0
parent 5c8159a3e71dbe59d53fdfeaa4a20d07b32728aa
Author: William Casarin <jb55@jb55.com>
Date: Thu, 3 Mar 2022 15:21:15 -0800
update lnlink url
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -7,7 +7,7 @@ network
Get the TestFlight:
- https://jb55.com/lnlink
+ http://lnlink.app
LNLink is powered by lnsocket, a C library I created to connect to the lightning network:
diff --git a/lightninglink/Views/SetupView.swift b/lightninglink/Views/SetupView.swift
@@ -94,7 +94,7 @@ struct SetupView: View {
Spacer()
- Link("What the heck is LNLink?", destination: URL(string:"https://jb55.com/lnlink/qr")!)
+ Link("What the heck is LNLink?", destination: URL(string:"http://lnlink.app/qr")!)
}
.padding()
.sheet(item: $active_sheet) { active_sheet in