From bae1558383f1f3bf59ebbe5d538b05a052c62fa7 Mon Sep 17 00:00:00 2001 From: Iliya Lyan <68940374+12ya@users.noreply.github.com> Date: Sat, 6 Sep 2025 00:56:40 +0900 Subject: [PATCH] Fix markdown link formatting in lesson11.slide Corrected the formatting of a Wikipedia link to use markdown-style double brackets for consistency with other links in the slide. --- lesson11.slide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson11.slide b/lesson11.slide index 2bdcaa4..d80be36 100644 --- a/lesson11.slide +++ b/lesson11.slide @@ -45,7 +45,7 @@ https://github.com/RedHatOfficial/GoCourse - BSON - MessagePack -- https://en.wikipedia.org/wiki/Comparison_of_data-serialization_formats +- [[https://en.wikipedia.org/wiki/Comparison_of_data-serialization_formats]]