mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Fix broken link from Provisioning to Reliability page.
This commit is contained in:
parent
a19c5e659e
commit
2f3842954b
@ -711,7 +711,7 @@ class ProvisioningTool(rend.Page):
|
||||
from allmydata import reliability
|
||||
# we import this just to test to see if the page is available
|
||||
_hush_pyflakes = reliability
|
||||
f = [T.div[T.a(href="reliability.html")["Reliability Math"]], f]
|
||||
f = [T.div[T.a(href="../reliability")["Reliability Math"]], f]
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user