[build/docs] point all old stash references in docs and makefiles to new github repository

This commit is contained in:
Mike Jerris
2019-10-01 09:57:25 -06:00
parent 34075172eb
commit dbec998873
12 changed files with 20 additions and 20 deletions

View File

@@ -684,7 +684,7 @@ is-scm:
echo ; echo ; \
echo "*****************************************************************************************************" ; \
echo "You cannot update a release tarball without a git tree. Please clone FreeSWITCH as so: " ; \
echo " git clone https://freeswitch.org/stash/scm/fs/freeswitch.git " ; \
echo " git clone https://github.com/signalwire/freeswitch.git " ; \
echo "*****************************************************************************************************" ; \
echo ; echo ; \
exit 1; \