Skip to content

Commit 4e2e125

Browse files
authored
README: fix location of tldr.zip (#268)
The script itself is already using GitHub releases, but the readme hasn't been updated.
1 parent cb63ef4 commit 4e2e125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export TLDR_LANGUAGE="es"
8585
export TLDR_CACHE_ENABLED=1
8686
export TLDR_CACHE_MAX_AGE=720
8787
export TLDR_PAGES_SOURCE_LOCATION="https://raw.githubusercontent.com/tldr-pages/tldr/main/pages"
88-
export TLDR_DOWNLOAD_CACHE_LOCATION="https://tldr-pages.github.io/assets/tldr.zip"
88+
export TLDR_DOWNLOAD_CACHE_LOCATION="https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip"
8989
```
9090

9191
### Cache

0 commit comments

Comments
 (0)