diff options
Diffstat (limited to 'web/tvixbolt/src/lib.rs')
-rw-r--r-- | web/tvixbolt/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvixbolt/src/lib.rs b/web/tvixbolt/src/lib.rs index a2bfeb0a5dd1..51796ee0fc2b 100644 --- a/web/tvixbolt/src/lib.rs +++ b/web/tvixbolt/src/lib.rs @@ -75,7 +75,7 @@ fn footer() -> Html { <footer> <p class="footer"> {footer_link("https://tvl.fyi", "home")} - {footer_link("https://cs.tvl.fyi", "code")} + {footer_link("https://code.tvl.fyi", "code")} {footer_link("https://tvl.fyi/builds", "ci")} {footer_link("https://b.tvl.fyi", "bugs")} {"© TVL"} |