We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tldr.zip
1 parent cb63ef4 commit 4e2e125Copy full SHA for 4e2e125
README.md
@@ -85,7 +85,7 @@ export TLDR_LANGUAGE="es"
85
export TLDR_CACHE_ENABLED=1
86
export TLDR_CACHE_MAX_AGE=720
87
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"
+export TLDR_DOWNLOAD_CACHE_LOCATION="https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip"
89
```
90
91
### Cache
0 commit comments