Add how-to link URL to WriteFreelyModel

This commit is contained in:
Angelo Stavrow 2020-10-21 16:54:25 -04:00
parent 2e38bcc42e
commit bb1c06f84d
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -38,6 +38,7 @@ class WriteFreelyModel: ObservableObject {
// swiftlint:disable line_length
let helpURL = URL(string: "https://discuss.write.as/c/help/5")!
let howToURL = URL(string: "https://discuss.write.as/t/using-the-writefreely-ios-app/1946")!
let licensesURL = URL(string: "https://github.com/writeas/writefreely-swiftui-multiplatform/tree/main/Shared/Resources/Licenses")!
// swiftlint:enable line_length