From 86e03d15d3e74a37cd5b0af82e7487594d6ef6f3 Mon Sep 17 00:00:00 2001 From: Philipp Stadler <hello@phstadler.com> Date: Thu, 18 Jul 2024 21:59:10 +0200 Subject: [PATCH] docs: replace relative link with description --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8014e2..8402f01 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ _Pipelines must succeed_ is highly recommended). *Everything below this point is not starter-project-specific, you may want to keep it* ## Importing the pack to your phone or PC -Open the [releases section](/releases) and click _Browse all APKGS…_ on the -newest release. There, click an APKG, download it, and import into Anki. +Open _Deployments | Releases_ on the left, then click _Browse all APKGS…_ on +the newest release. There, click an APKG, download it, and import into Anki. If you are completely new to Anki and feel a bit lost, check out the user guide in diff --git a/package.json b/package.json index bfef802..66321dc 100644 --- a/package.json +++ b/package.json @@ -1,3 +1,3 @@ { - "version": "1.0.0-starter4" + "version": "1.0.0-starter5" } -- GitLab