Skip to content

Commit 89cdcfe

Browse files
committed
Merge #14799: docs: convert link from http to https in doc/release-process.md
4ab638b http -> https (Dimitris Apostolou) Pull request description: Tree-SHA512: dc56aa3ddae478879c71af152a4383d892c6077104b137853af1a051ee6508686772516f5608ac0dcaecd2d48e84d9dab5f92ce4e544a3c2bec9fab3f6af0eb5
2 parents 0eb65aa + 4ab638b commit 89cdcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Ensure gitian-builder is up-to-date:
8787
pushd ./gitian-builder
8888
mkdir -p inputs
8989
wget -P inputs https://bitcoincore.org/cfields/osslsigncode-Backports-to-1.7.1.patch
90-
wget -P inputs http://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
90+
wget -P inputs https://downloads.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz
9191
popd
9292

9393
Create the macOS SDK tarball, see the [macOS readme](README_osx.md) for details, and copy it into the inputs directory.

0 commit comments

Comments
 (0)