File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/src/main/java/com/philkes/notallyx/presentation/activity/main/fragment/settings Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<h2 align =" center " >
22 <img src="fastlane/metadata/android/en-US/images/icon.png" alt="icon" width="90"/>
33 <br />
4- <b><a href="https://philkes .github.io/NotallyX/">NotallyX | Minimalistic note taking app</a></b>
4+ <b><a href="https://crustack .github.io/NotallyX/">NotallyX | Minimalistic note taking app</a></b>
55 <p>
66 <center>
77 <a href="https://ko-fi.com/philkes"><img alt='Donate' height='30' src='documentation/static/img/kofi_donate.svg' /></a>
3232### Features
3333[ Notally] ( https://github.com/OmGodse/Notally ) , but eXtended
3434
35- <h4 ><a href =" https://philkes .github.io/NotallyX/ " >See Documentation</a ></h4 >
35+ <h4 ><a href =" https://crustack .github.io/NotallyX/ " >See Documentation</a ></h4 >
3636
3737* Create ** rich text** notes with support for bold, italics, mono space and strike-through
3838* Create ** task lists** and order them with subtasks (+ auto-sort checked items to the end)
Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ class SettingsFragment : Fragment() {
772772 Rate .setOnClickListener {
773773 openLink(" https://play.google.com/store/apps/details?id=com.philkes.notallyx" )
774774 }
775- Documentation .setOnClickListener { openLink(" https://philkes .github.io/NotallyX" ) }
775+ Documentation .setOnClickListener { openLink(" https://crustack .github.io/NotallyX" ) }
776776 SourceCode .setOnClickListener { openLink(" https://github.com/Crustack/NotallyX" ) }
777777 Libraries .setOnClickListener {
778778 val libraries =
@@ -933,7 +933,7 @@ class SettingsFragment : Fragment() {
933933 }
934934
935935 private fun openDocsLink (docPath : String ) {
936- openLink(" https://philkes .github.io/NotallyX/docs/$docPath " )
936+ openLink(" https://crustack .github.io/NotallyX/docs/$docPath " )
937937 }
938938
939939 private fun askForUriPermissions (uri : Uri ) {
You can’t perform that action at this time.
0 commit comments