From 2206984cc777a54f4856110d083e6db342617aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanna=20Nils=C3=A9n?= Date: Thu, 18 Sep 2025 09:33:03 +0200 Subject: [PATCH] docs: use HTTPS for fsrs and desiredRetention links --- ts/lib/tslib/help-page.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/lib/tslib/help-page.ts b/ts/lib/tslib/help-page.ts index 2e471b3f1..e2b2e3da4 100644 --- a/ts/lib/tslib/help-page.ts +++ b/ts/lib/tslib/help-page.ts @@ -27,8 +27,8 @@ export const HelpPage = { limitsFromTop: "https://docs.ankiweb.net/deck-options.html#limits-start-from-top", dailyLimits: "https://docs.ankiweb.net/deck-options.html#daily-limits", audio: "https://docs.ankiweb.net/deck-options.html#audio", - fsrs: "http://docs.ankiweb.net/deck-options.html#fsrs", - desiredRetention: "http://docs.ankiweb.net/deck-options.html#desired-retention", + fsrs: "https://docs.ankiweb.net/deck-options.html#fsrs", + desiredRetention: "https://docs.ankiweb.net/deck-options.html#desired-retention", }, Leeches: { leeches: "https://docs.ankiweb.net/leeches.html#leeches",