Update http to https for rx14.co.uk

There's already a 301 redirect in place, though the gateway itself is still offline (404):

From the cli:

```
❯ ipfg -M http://rx14.co.uk/ipfs/:hash
Offline	https://rx14.co.uk	[301: http://rx14.co.uk]

❯ ipfg -M https://rx14.co.uk/ipfs/:hash
Offline	https://rx14.co.uk	[404]
```
merge-requests/2/merge
Joss Brown 2017-10-09 14:17:24 +02:00 committed by GitHub
parent 28fc40ef34
commit e4c0b0e433
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"https://ipfs.io/ipfs/:hash",
"https://gateway.ipfs.io/ipfs/:hash",
"https://ipfs.infura.io/ipfs/:hash",
"http://rx14.co.uk/ipfs/:hash",
"https://rx14.co.uk/ipfs/:hash",
"https://xmine128.tk/ipfs/:hash",
"https://upload.global/ipfs/:hash",
"https://ipfs.jes.xxx/ipfs/:hash",