diff --git a/ehcp/ehcpforceupdate.sh b/ehcp/ehcpforceupdate.sh
index f8904fe..f43ea5e 100755
--- a/ehcp/ehcpforceupdate.sh
+++ b/ehcp/ehcpforceupdate.sh
@@ -195,7 +195,7 @@ function getLatestEHCPFiles(){
if [ "$svnCount" -gt "0" ]; then
echo -e "Unable to download the EHCP files from SVN! Please make sure you are connected to the internet. Trying again..."
fi
- svn checkout svn://svn.code.sf.net/p/ehcpforce/code/trunk/ehcpforce/ ./
+ svn checkout https://github.com/earnolmartin/EHCP-Force-Edition/trunk/ehcp ./ehcp
svnCount=$((svnCount+1))
done
rm -Rf .svn
diff --git a/ehcp/info.html b/ehcp/info.html
index c6122b3..05ffd11 100755
--- a/ehcp/info.html
+++ b/ehcp/info.html
@@ -10,7 +10,7 @@ Mainly:http://www.ehcp.net
http://www.ubuntuforums.org/forumdisplay.php?f=180
http://freshmeat.net/projects/ehcp/
-http://www.sourceforge.net/projects/ehcp
+https://github.com/earnolmartin/EHCP-Force-Edition
http://code.google.com/p/ehcp/
http://www.howtoforge.com/instaling_ehcp_on_debian_ubuntu
http://forum.iyibirisi.com/viewforum.php?f=3
diff --git a/ehcp/readme.txt b/ehcp/readme.txt
index 649f4dc..4d5aaeb 100755
--- a/ehcp/readme.txt
+++ b/ehcp/readme.txt
@@ -42,7 +42,7 @@ Run the following commands to install the latest version of EHCP [FoRcE Edition]
sudo apt-get install subversion
cd ~/Downloads
-svn checkout svn://svn.code.sf.net/p/ehcpforce/code/trunk/ehcpforce/ ./
+svn checkout https://github.com/earnolmartin/EHCP-Force-Edition/trunk/ehcp ./ehcp
rm -Rf .svn
cd ehcp
sudo bash install.sh