mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
docs: use HTTPS for fsrs and desiredRetention links
This commit is contained in:
parent
0b2d70a522
commit
2206984cc7
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ export const HelpPage = {
|
||||||
limitsFromTop: "https://docs.ankiweb.net/deck-options.html#limits-start-from-top",
|
limitsFromTop: "https://docs.ankiweb.net/deck-options.html#limits-start-from-top",
|
||||||
dailyLimits: "https://docs.ankiweb.net/deck-options.html#daily-limits",
|
dailyLimits: "https://docs.ankiweb.net/deck-options.html#daily-limits",
|
||||||
audio: "https://docs.ankiweb.net/deck-options.html#audio",
|
audio: "https://docs.ankiweb.net/deck-options.html#audio",
|
||||||
fsrs: "http://docs.ankiweb.net/deck-options.html#fsrs",
|
fsrs: "https://docs.ankiweb.net/deck-options.html#fsrs",
|
||||||
desiredRetention: "http://docs.ankiweb.net/deck-options.html#desired-retention",
|
desiredRetention: "https://docs.ankiweb.net/deck-options.html#desired-retention",
|
||||||
},
|
},
|
||||||
Leeches: {
|
Leeches: {
|
||||||
leeches: "https://docs.ankiweb.net/leeches.html#leeches",
|
leeches: "https://docs.ankiweb.net/leeches.html#leeches",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue