fix path to download comp rules

master
melvinzhang 2016-08-29 10:42:23 +08:00
parent 40ab9aab3f
commit 587dd17c11
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ decks/update:
find decks -size 0 -delete
ref/MagicCompRules_latest.txt:
wget `curl http://magic.wizards.com/en/gameinfo/gameplay/formats/comprehensiverules | grep -o "http://media.*\.txt"` -O $@
wget `curl http://magic.wizards.com/en/game-info/gameplay/rules-and-formats/rules | grep -o "http://media.*\.txt"` -O $@
ref/rules.txt: ref/MagicCompRules_latest.txt
fmt -s $^ > $@