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 failure Arnaud Bailly committed 9 months ago
commit 7dc8f814fc9072f318f14b5953760c884a4d72cc
parent b3898f653ff65b6c423096ce4a2c34b7aa22a7a8
2 passed 1 failed (3 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"),
            ),
        );