Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: link to 'Front page' from run report
Arnaud Bailly committed 7 months ago
commit f20fefe8127b2d9f2c6bebd057d7fa4406c6f2f6
parent 27587a8
1 file changed +1 -1
modified src/pages.rs
@@ -343,7 +343,7 @@ impl PageData {
        doc.push_to_body(
            Element::new(Tag::P).with_child(
                Element::new(Tag::A)
-
                    .with_attribute("href", "../index.html")
+
                    .with_attribute("href", "./index.html")
                    .with_text("Front page"),
            ),
        );