Skip to content

Commit 9b41a72

Browse files
committed
fix: correct docs link in app and in readme
1 parent d206376 commit 9b41a72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -32,7 +32,7 @@
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)

app/src/main/java/com/philkes/notallyx/presentation/activity/main/fragment/settings/SettingsFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)