mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-23 08:34:18 +02:00
Update ARCHIVE_URL
When this code was written, the client specification instructed clients that they MUST download pages from the tldr.sh domain. However, this domain was deprecated and shut down in December 2025.
This commit is contained in:
parent
8f433e7774
commit
942c67c3d2
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ const APP_INFO: AppInfo = AppInfo {
|
|||
name: NAME,
|
||||
author: NAME,
|
||||
};
|
||||
const ARCHIVE_URL: &str = "https://tldr.sh/assets/tldr.zip";
|
||||
const ARCHIVE_URL: &str = "https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip";
|
||||
|
||||
/// The cache should be updated if it was explicitly requested,
|
||||
/// or if an automatic update is due and allowed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue