diff options
| author | Olivier Mengué <dolmen@cpan.org> | 2011-11-06 20:49:45 +0100 |
|---|---|---|
| committer | Olivier Mengué <dolmen@cpan.org> | 2011-11-06 20:49:45 +0100 |
| commit | 0dd011a2c07d50213f4b8753e4940d92b96ca928 (patch) | |
| tree | 79dada1cecf7d4b8c8a75f74ddd373c079d340d7 /services/Makefile | |
| parent | Merge pull request #4 from Keen-github/master (diff) | |
| download | api-description-0dd011a2c07d50213f4b8753e4940d92b96ca928.tar.gz | |
Fix the URL of the SPORE RX schema
Diffstat (limited to '')
| -rw-r--r-- | services/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Makefile b/services/Makefile index 93e1298..31f3bb4 100644 --- a/services/Makefile +++ b/services/Makefile @@ -22,7 +22,7 @@ check: spore_validation.rx test: check spore_validation.rx: - wget http://raw.github.com/SPORE/specifications/master/spore_validation.rx + wget https://raw.github.com/SPORE/specifications/master/spore_validation.rx png: \ amazons3.png \ |
