From d9d1e78360f1eefba843dc4ca01ee0582a79b2c1 Mon Sep 17 00:00:00 2001
From: Philipp Stadler <hello@phstadler.com>
Date: Thu, 18 Jul 2024 21:51:40 +0200
Subject: [PATCH] docs: make releases link relative, mention third starter
 content with bijective

---
 README.md    | 3 ++-
 package.json | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 18ecdda..b8014e2 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ _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
+Open the [releases section](/releases) and 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
@@ -45,6 +45,7 @@ configures which HTML too use for the cards and how your data is laid out.
 You can use the content in the starter template as your basis or just have a
 look to see how it works:
 * [content/Facts-from-CSV](https://gitlab.phaidra.org/kartenaale/templates/anki-pack/-/tree/main/content/Facts-from-CSV) for Q/A cards imported from a CSV file,
+* [content/Bijection-from-CSV](https://gitlab.phaidra.org/kartenaale/templates/anki-pack/-/tree/main/content/Bijection-from-CSV) for cards that work both ways, where the answer is also a question,
 * [content/Bijection-from-Images](https://gitlab.phaidra.org/kartenaale/templates/anki-pack/-/tree/main/content/Bijection-from-Images) for two cards, one to remember the image and one to remember the label in the filename.
 
 To get your changes back into the repository and test them, create a new branch
diff --git a/package.json b/package.json
index 1fe40bb..bfef802 100644
--- a/package.json
+++ b/package.json
@@ -1,3 +1,3 @@
 {
-  "version": "1.0.0-starter3"
+  "version": "1.0.0-starter4"
 }
-- 
GitLab