the ubuntu one doesn't actually have http

This commit is contained in:
Jeffalo 2020-10-02 11:36:53 +02:00 committed by GitHub
parent fb47e53fb6
commit 487c3f3dcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ const OnePointFour = () => (
</a>
),
linuxDownload: (
<a href="https://ubuntu.media.mit.edu/ubuntu//pool/universe/s/scratch/scratch_1.4.0.6~dfsg1-5~ubuntu12.04.1_all.deb">
<a href="http://ubuntu.media.mit.edu/ubuntu//pool/universe/s/scratch/scratch_1.4.0.6~dfsg1-5~ubuntu12.04.1_all.deb">
<FormattedMessage id="onePointFour.linuxDownload" />
</a>
)