diff --git a/README.Windows.md b/README.Windows.md index 86dec5f34..1ca0dd405 100644 --- a/README.Windows.md +++ b/README.Windows.md @@ -33,7 +33,7 @@ features required by MKVToolNix saving compilation time and deployment space. In order to retrieve that fork, you need `git`. Then do the following: - git clone https://github.com/mbunkus/mxe $HOME/mxe + git clone https://gitlab.com/mbunkus/mxe $HOME/mxe The rest of this guide assumes that you've unpacked MXE into the directory `$HOME/mxe`. diff --git a/tools/windows/setup_cross_compilation_env.sh b/tools/windows/setup_cross_compilation_env.sh index 703544f1a..71efdd527 100755 --- a/tools/windows/setup_cross_compilation_env.sh +++ b/tools/windows/setup_cross_compilation_env.sh @@ -37,7 +37,7 @@ LOGFILE=$(mktemp -p '' mkvtoolnix_setup_cross_compilation_env.XXXXXX) function update_mingw_cross_env { if [[ ! -d $INSTALL_DIR ]]; then echo Retrieving the M cross environment build scripts >> $LOGFILE - git clone https://github.com/mbunkus/mxe $INSTALL_DIR >> $LOGFILE 2>&1 + git clone https://gitlab.com/mbunkus/mxe $INSTALL_DIR >> $LOGFILE 2>&1 else echo Updating the M cross environment build scripts >> $LOGFILE cd $INSTALL_DIR