docs: fix autoupdater URLs in example

This commit is contained in:
Matthias Schiffer 2015-01-16 17:25:17 +01:00
parent fbc1eb12b0
commit 90fa002dd7

View File

@ -124,8 +124,8 @@ autoupdater : package
stable = { stable = {
name = 'stable', name = 'stable',
mirrors = { mirrors = {
'http://{fdca:ffee:babe:1::fec1}/firmware/stable/sysupgrade/', 'http://[fdca:ffee:babe:1::fec1]/firmware/stable/sysupgrade/',
'http://{fdca:ffee:babe:1::fec2}/firmware/stable/sysupgrade/', 'http://[fdca:ffee:babe:1::fec2]/firmware/stable/sysupgrade/',
}, },
probability = 0.08, probability = 0.08,
good_signatures = 2, good_signatures = 2,