about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrançois de Metz <fdemetz@af83.com>2011-06-17 22:04:06 +0200
committerFrançois de Metz <fdemetz@af83.com>2011-06-17 22:04:06 +0200
commit4a658b6bcb8d92872c4b168275cc4ee1e230bf86 (patch)
treeb9afd9bd81c1ad52036ea61b7f3f7a94c8ca3f88
parentAdd myintervals service. (diff)
downloadapi-description-4a658b6bcb8d92872c4b168275cc4ee1e230bf86.tar.gz
Fix path to validator.
-rw-r--r--apps/Makefile2
-rw-r--r--services/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 52a1661..b6c4a3f 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -10,7 +10,7 @@ check: spore_validation.rx
 test: check
 
 spore_validation.rx:
-	wget http://github.com/SPORE/specifications/raw/master/spore_validation.rx
+	wget http://raw.github.com/SPORE/specifications/master/spore_validation.rx
 
 png: \
     couchdb.png \
diff --git a/services/Makefile b/services/Makefile
index c503578..a5a60b2 100644
--- a/services/Makefile
+++ b/services/Makefile
@@ -21,7 +21,7 @@ check: spore_validation.rx
 test: check
 
 spore_validation.rx:
-	wget http://github.com/SPORE/specifications/raw/master/spore_validation.rx
+	wget http://raw.github.com/SPORE/specifications/master/spore_validation.rx
 
 png: \
     amazons3.png \