From 3e401537ebe97ac0a3cf91c52ca4ee206f01230d Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Wed, 27 Apr 2022 10:56:34 +0800 Subject: [PATCH] chore: remove git.io All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/ --- src/static_files.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static_files.rs b/src/static_files.rs index ec2671b..7781a5c 100644 --- a/src/static_files.rs +++ b/src/static_files.rs @@ -355,7 +355,7 @@ async fn read_directory_entries( dirs_count, dirs_str, files_count, "file(s)" ); let style_str = r#""#; - let footer_str = r#""#; + let footer_str = r#""#; let page_str = format!( "Index of {}{}

Index of {}

{}
{}{}

{}", current_path, style_str, current_path, summary_str, table_header, entries_str, footer_str ); -- libgit2 1.7.2