Fix URLs in latest.txt (#8046)

The `url` key is meant for the latest release (2.16.1). The `minorUrl` key is for the latest "minor" release (2.16).

PR #7652 adds the functionality to show the appropriate link in the upgrade notification based on the difference between the currently used and the latest version.
pull/8030/head^2
Tibor Leupold 2022-02-25 08:43:17 -08:00 zatwierdzone przez GitHub
rodzic 5417982b8c
commit 97f19562c9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
{
"version": "2.16.1",
"url": "https://docs.wagtail.org/en/stable/releases/2.16.html",
"minorUrl": "https://docs.wagtail.org/en/stable/releases/2.16.1.html",
"url": "https://docs.wagtail.org/en/stable/releases/2.16.1.html",
"minorUrl": "https://docs.wagtail.org/en/stable/releases/2.16.html",
"lts": {
"version": "2.15.4",
"url": "https://docs.wagtail.org/en/stable/releases/2.15.4.html",