Point Help user-guide link at the guide's heading anchor (v0.11.2)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Reactorcoremeltdown
2026-07-18 23:37:41 +02:00
parent 40a946a894
commit 8eee588780
2 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@ android {
// (android.media.midi) and AAudio low-latency audio we rely on.
minSdk = 26
targetSdk = 34
versionCode = 29
versionName = "0.11.1"
versionCode = 30
versionName = "0.11.2"
// We provide our own instrumentation runner if/when tests are added.
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -388,7 +388,7 @@ private fun HelpCard() {
LinkRow("Source code", "https://git.rcmd.space/tiredsysadmin/sizzletracker-android")
LinkRow(
"User guide",
"https://git.rcmd.space/tiredsysadmin/sizzletracker-android/src/branch/main/docs/USER_GUIDE.md",
"https://git.rcmd.space/tiredsysadmin/sizzletracker-android/src/branch/main/docs/USER_GUIDE.md#sizzletracker--user-guide",
)
LinkRow("Support us", "https://rcmd.space/pages/support/")
}