Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix: link to 'Front page' from run report
✓ CI success Arnaud Bailly committed 8 months ago
commit f20fefe8127b2d9f2c6bebd057d7fa4406c6f2f6
parent 27587a80d86a74aa2282806901e97a5352234d67
2 passed (2 total) View logs
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"),
            ),
        );