Changeset 2f38429 in trunk


Ignore:
Timestamp:
2009-05-01T19:10:50Z (16 years ago)
Author:
Kevin Reid <kpreid@…>
Branches:
master
Children:
35d3671
Parents:
a19c5e6
Message:

Fix broken link from Provisioning to Reliability page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/provisioning.py

    ra19c5e6 r2f38429  
    712712            # we import this just to test to see if the page is available
    713713            _hush_pyflakes = reliability
    714             f = [T.div[T.a(href="reliability.html")["Reliability Math"]], f]
     714            f = [T.div[T.a(href="../reliability")["Reliability Math"]], f]
    715715        except ImportError:
    716716            pass
Note: See TracChangeset for help on using the changeset viewer.