From 6153d200479b9bdb3167ed2fe7977a99318e6b51 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 27 Nov 2019 19:51:48 +0100 Subject: [PATCH] Link to issues for regression tests --- components/library/src/content/file_info.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/library/src/content/file_info.rs b/components/library/src/content/file_info.rs index 4030f53..4440ff2 100644 --- a/components/library/src/content/file_info.rs +++ b/components/library/src/content/file_info.rs @@ -256,7 +256,7 @@ mod tests { assert_eq!(res.unwrap(), "fr"); } - /// Regression test for https://github.com/getzola/zola/pull/856. + /// Regression test for https://github.com/getzola/zola/issues/854 #[test] fn correct_canonical_for_index() { let file = FileInfo::new_page( @@ -266,7 +266,7 @@ mod tests { assert_eq!(file.canonical, Path::new("/home/vincent/code/site/content/posts/tutorials/python/index")); } - /// Regression test for https://github.com/getzola/zola/pull/856. + /// Regression test for https://github.com/getzola/zola/issues/854 #[test] fn correct_canonical_after_find_language() { let mut config = Config::default();