From 3faeac02f8151a4151b95c1448eac9d24d6a59f2 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Thu, 27 Jun 2024 09:39:55 +0200 Subject: [PATCH] fix(installer): Update link --- installer/installbuilder/vcredist-x64.xml | 2 +- installer/installbuilder/vcredist-x86.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/installbuilder/vcredist-x64.xml b/installer/installbuilder/vcredist-x64.xml index 64ed7412d..755a7c614 100644 --- a/installer/installbuilder/vcredist-x64.xml +++ b/installer/installbuilder/vcredist-x64.xml @@ -38,7 +38,7 @@ Error Code: ${program_exit_code} Check if another version was already installed and if not, try to run the installer manually from ${installdir}\vcredist\ -The installation will now continue, but swift might not work properly. If this is the case, raise an issue at http://tiny.cc/swift-issue with the error code, you received. +The installation will now continue, but swift might not work properly. If this is the case, raise an issue at https://github.com/swift-project/pilotclient/issues with the error code, you received. diff --git a/installer/installbuilder/vcredist-x86.xml b/installer/installbuilder/vcredist-x86.xml index f15b2ec64..788b6f722 100644 --- a/installer/installbuilder/vcredist-x86.xml +++ b/installer/installbuilder/vcredist-x86.xml @@ -38,7 +38,7 @@ Error Code: ${program_exit_code} Check if another version was already installed and if not, try to run the installer manually from ${installdir}\vcredist\ -The installation will now continue, but swift might not work properly. If this is the case, raise an issue at http://tiny.cc/swift-issue with the error code, you received. +The installation will now continue, but swift might not work properly. If this is the case, raise an issue at https://github.com/swift-project/pilotclient/issues with the error code, you received.