Changed links for moving away from GitHub #noissue
This commit is contained in:
parent
cd07b2fba2
commit
77fee6ae32
3 changed files with 3 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
* Increased target SDK to `33`
|
||||
* Increased dart to `>= 2.17.3`
|
||||
* Indicate configuration loading in profile view
|
||||
* Switched linked git repository away from GitHub
|
||||
|
||||
## 1.4.2+15
|
||||
* Minor cleanup
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# README
|
||||
|
||||
A mobile flutter app for [FileBin](https://github.com/Bluewind/filebin).
|
||||
A mobile flutter app for [FileBin](https://git.server-speed.net/users/flo/filebin/).
|
||||
|
||||
Available on the [Play Store](https://play.google.com/store/apps/details?id=de.varakh.fbmobile).
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
"faq_headline": "F.A.Q",
|
||||
"faq": "- How do I login?\nInsert your instance URL and valid credentials you also use in the web interface of FileBin.\n\n- Why is storage permission required?\nIt's not required, but highly advised to grant it. Otherwise sharing files with the app won't work correctly and you might think that sharing has no effect.\n\n- When I am logged out, sharing files via share with the app won't list all files I selected after I login.\nPlease login before you start using the app. Account information are persisted. You only need to do it once.",
|
||||
"contact_us": "Feedback? Issues?",
|
||||
"website": "https://github.com/Bluewind/filebin and https://github.com/v4rakh/fbmobile"
|
||||
"website": "https://git.server-speed.net/users/flo/filebin and https://git.myservermanager.com/varakh/fbmobile"
|
||||
},
|
||||
"profile": {
|
||||
"instance": "Instance",
|
||||
|
|
Loading…
Reference in a new issue