Fix issues URL

This commit is contained in:
Eduard Tolosa 2019-06-04 08:15:39 -05:00 committed by GitHub
parent 001a51070f
commit 482eac2125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ if command -v pacman > /dev/null; then
elif command -v apt > /dev/null; then
TOR_UID=$(id -u debian-tor)
else
echo "Unknown distro, please create report the issue to https://gitlab.com/edu4rdshl/tor-router/issues"
echo "Unknown distro, please create report the issue to https://github.com/edu4rdshl/tor-router/issues"
exit
fi