goerz / Refcards

Various original reference cards (cheat sheets)
https://michaelgoerz.net/refcards/
74 stars 27 forks source link

make for conda fails to connect to the website #4

Open TejasAvinashShetty opened 4 years ago

TejasAvinashShetty commented 4 years ago

On running make as in #3 I found for the conda subsection conda make[1]: Entering directory '/home/tejas/git-tejas/Refcards/conda' wget https://conda.io/docs/_downloads/conda-cheatsheet.pdf --2019-12-26 10:53:13-- https://conda.io/docs/_downloads/conda-cheatsheet.pdf Resolving conda.io (conda.io)... 104.31.70.166, 104.31.71.166, 2606:4700:30::681f:47a6, ... Connecting to conda.io (conda.io)|104.31.70.166|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://conda.io/en/latest/_downloads/conda-cheatsheet.pdf [following] --2019-12-26 10:53:14-- https://conda.io/en/latest/_downloads/conda-cheatsheet.pdf Reusing existing connection to conda.io:443. HTTP request sent, awaiting response... 404 Not Found 2019-12-26 10:53:16 ERROR 404: Not Found.

Maybe, I am doing something wrong.

goerz commented 4 years ago

They just moved it to https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf

TejasAvinashShetty commented 4 years ago

Oh, these URLs are pretty fickle things.