We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3f03b7 + 8f95c77 commit a413a34Copy full SHA for a413a34
Makefile
@@ -7,7 +7,7 @@ mjsynth-download: mjsynth-wget mjsynth-unpack
7
mjsynth-wget:
8
mkdir -p data
9
cd data ; \
10
- wget http://www.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz
+ wget https://thor.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz
11
12
mjsynth-unpack:
13
mkdir -p data/images
0 commit comments