From 8dadc0ddeab6d05553664f521c36e38bcc27f80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drago=C8=99=20Str=C4=83inu?= Date: Mon, 22 Mar 2021 00:16:31 +0200 Subject: [PATCH] fix: remove redundant param in md url --- templates/overview.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/overview.rs.html b/templates/overview.rs.html index af52040..13bc9e1 100644 --- a/templates/overview.rs.html +++ b/templates/overview.rs.html @@ -19,7 +19,7 @@ To include the badge in your readme, use the following markdown:

-[![Hits-of-Code](@repo_info.base_url/@repo_info.path?branch=@repo_info.branch)](@repo_info.base_url/@repo_info.path?branch=@repo_info.branch/view?branch=@repo_info.branch)
+[![Hits-of-Code](@repo_info.base_url/@repo_info.path?branch=@repo_info.branch)](@repo_info.base_url/@repo_info.path/view?branch=@repo_info.branch)