Skip to content

Commit b2762d5

Browse files
committed
BF: fix link to conda cheatsheet
The previous link let into a readthedocs void. This link is suboptimal as it doesn't directly download the cheatsheet, but it presumably always points to the page that holds the latest cheatsheet.
1 parent bfc52d7 commit b2762d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/03-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ for its installation and management. Although largely Python-oriented,
140140
`conda` distributions are not limited only to Python-based projects.
141141

142142
> ## External teaching materials
143-
> - [Conda: Chatsheet (review: 5 min, print: 2 pages)](https://conda.io/docs/_downloads/conda-cheatsheet.pdf)
143+
> - [Conda: Chatsheet (review: 5 min, print: 2 pages)](https://docs.conda.io/projects/conda/en/latest/user-guide/cheatsheet.html)
144144
> a concise list of the most common conda commands
145145
> - [Conda: Myths and Misconceptions by Jake Vanderplas (full: 20 min, review: 4 min)](https://jakevdp.github.io/blog/2016/08/25/conda-myths-and-misconceptions/ )
146146
> provides summary points for common aspects of conda and its relationship to

0 commit comments

Comments
 (0)