shithub: pokecrystal

Download patch

ref: 5a4da53dfdb2c9315b3aa3c25cf2a5848d070a94
parent: 7b10cb2878eb9011f42d4fe2815de9ab3a28eba4
author: yenatch <yenatch@gmail.com>
date: Sat Oct 24 23:23:33 EDT 2015

fix repository links

--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,12 +6,12 @@
 sudo apt-get install make gcc bison git python python-pip
 pip install pypng
 
-git clone git://github.com/bentley/rgbds.git
+git clone https://github.com/bentley/rgbds
 cd rgbds
 sudo make install
 cd ..
 
-git clone --recursive git://github.com/kanzure/pokecrystal.git
+git clone --recursive https://github.com/pret/pokecrystal
 cd pokecrystal
 ```
 
@@ -36,12 +36,12 @@
 lynx -source bootstrap.pypa.io/get-pip.py | python
 pip install pypng
 
-git clone git://github.com/bentley/rgbds.git
+git clone https://github.com/bentley/rgbds
 cd rgbds
 sudo make install
 cd ..
 
-git clone --recursive git://github.com/kanzure/pokecrystal.git
+git clone --recursive https://github.com/pret/pokecrystal
 cd pokecrystal
 ```
 
@@ -68,7 +68,7 @@
 lynx -source bootstrap.pypa.io/get-pip.py | python
 pip install pypng
 
-git clone --recursive git://github.com/kanzure/pokecrystal.git
+git clone --recursive https://github.com/pret/pokecrystal
 cd pokecrystal
 ```
 
@@ -94,7 +94,7 @@
 cd vagrantbox
 vagrant init pokecrystal
 vagrant up
-vagrant ssh -c "cd /vagrant && git clone --recursive git://github.com/kanzure/pokecrystal.git"
+vagrant ssh -c "cd /vagrant && git clone --recursive https://github.com/pret/pokecrystal"
 vagrant ssh
 ```
 
--